Someone just slashdotted this http://hyperdex.org/, first time I've seen it. No node bindings, but it looks promising.
On Feb 22, 2012, at 2:05 PM, Alexey Petrushin wrote: > Basically to do so we need: > - an ordered b-tree, supporting sequential access and range queries > - non-blocking persistence (preserving db integrity in crush case) > - integrity of indexes (indexes also stored in b-tree, so, we basically need > some sort of transactions for storing documents in multiple b-tree) > - garbage collection for indexes > - and, it would be nice to have lazy loading > > Sadly, I have no idea how to do such things in Node.JS :) > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
