mbk / tcb

Trusted cloud broker
6 stars 0 forks source link

Add hierarchical support in metadata store #10

Open mbk opened 11 years ago

mbk commented 11 years ago

I.e. when adding key /a/b/c /a/b and /a need to be created and have pointers to their children, so we can do a list. Needed for FUSE

cznic commented 11 years ago

It might be the case that dbm is a better fit for your needs than kv. It's experimental status is mostly b/c Go stdlib has no Unicode locale collating yet, which is a planned feature of dbm. Except for that it's probably feature complete.

Please take a look on it a let me know if there's something usefull and/or missing in/from it wrt your project.

mbk commented 11 years ago

I might use dbm, Or, actually, add it :-)

On Wed, Sep 18, 2013 at 2:14 PM, cznic notifications@github.com wrote:

It might be the case that dbm http://godoc.org/github.com/cznic/exp/dbmis a better fit for your needs than kv. It's experimental status is mostly b/c Go stdlib has no Unicode locale collating yet, which is a planned feature of dbm. Except for that it's probably feature complete.

Please take a look on it a let me know if there's something usefull and/or missing in/from it wrt your project.

— Reply to this email directly or view it on GitHubhttps://github.com/mbk/tcb/issues/10#issuecomment-24659642 .

cznic commented 11 years ago

Great! Please don't hesitate to report any problems/bugs and/or ask for support. (Resource limited but free as in free beer.)

mbk commented 11 years ago

Awesome, thanks!

On Wed, Sep 18, 2013 at 3:14 PM, cznic notifications@github.com wrote:

Great! Please don't hesitate to report any problems/bugs and/or ask for support. (Resource limited but free as in free beer.)

— Reply to this email directly or view it on GitHubhttps://github.com/mbk/tcb/issues/10#issuecomment-24662839 .