Re: [nodejs] Re: Embedded pure javascript database that aims to be close compatible to MongoDB

2013-07-04 Thread Alan Gutierrez
On Wed, Jul 03, 2013 at 01:09:19PM -0700, jmartins wrote: Em sexta-feira, 28 de junho de 2013 11h01min15s UTC-3, Сергей Коротков escreveu: Alan, I believe that with an evented I/O b-tree TingoDB would be an pure-JavaScript embedded MongoDB clone that could scale just as well as MongoDB.

[nodejs] Re: Embedded pure javascript database that aims to be close compatible to MongoDB

2013-07-03 Thread jmartins
Alan, I believe that with an evented I/O b-tree TingoDB would be an pure-JavaScript embedded MongoDB clone that could scale just as well as MongoDB. +1 Other Options is Fractal I/O like http://en.wikipedia.org/wiki/TokuDB but I don't know if it's open source license and have JS libs.

[nodejs] Re: Embedded pure javascript database that aims to be close compatible to MongoDB

2013-06-29 Thread th317erd
I think this is really awesome. Thanks for sharing! I have been working on something similar in node, but one layer above this. I have been working on an idea to have a relational database for fast hashed based searching, with the actual data being stored in riak, sql or some other database.