Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

featurerequest: overall graph of multiple datasets in a database #56

Closed
d33psky opened this issue Jan 22, 2015 · 3 comments
Closed

featurerequest: overall graph of multiple datasets in a database #56

d33psky opened this issue Jan 22, 2015 · 3 comments

Comments

@d33psky
Copy link

d33psky commented Jan 22, 2015

Or support indexing on multiple given filesystems, like :
duc index -x / /data /someothermount

If I do :
duc index -x /
duc index -x /data
dux index -x /someothermount
I get a database with multilpe datasets and no option to make a combined graph of them.

@zevv
Copy link
Owner

zevv commented Jan 22, 2015

  • On 2015-01-22 13:18:03 +0100, d33psky wrote:

Or support indexing on multiple given filesystems, like :
duc index -x / /data /someothermount

If I do :
duc index -x /
duc index -x /data
dux index -x /someothermount
I get a database with multilpe datasets and no option to make a combined graph of them.

True: there are multiple trees in the database, but their content is not
yet merged. Ideally, the /data and /someothermount would appear in the
same view as /, but this is not the case yet.

I'm currently working on a solution for threading or merging databases,
I'll keep this ticket open as a reminder.

:wq
^X^Cy^K^X^C^C^C^C

@ghuls
Copy link

ghuls commented Nov 12, 2015

@d33psky

I don't know if it will work for your case, but I wrote some wrapper function around duc, which uses different databases, depending on the requested path.

I only tested it with:

duce ls <path>

But is should also work in some other conditions.

#33

@zevv
Copy link
Owner

zevv commented Nov 7, 2016

Closing this ticket for now. The request has been added to TODO.md

@zevv zevv closed this as completed Nov 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants