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

2013-06-29 Thread Сергей Коротков
Hi guys, For those who might be interested, we develop pure JavaScript solution that aims to mimic API and features of MongoDB and its node.js driver: http://www.tingodb.com, https://github.com/sergeyksv/tingodb As a proof for this statement tests designed to run both with MongoDB and TingoDB.

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

2013-06-30 Thread Alan Gutierrez
On Fri, Jun 28, 2013 at 07:01:15AM -0700, Сергей Коротков wrote: > Hi guys, > > For those who might be interested, we develop pure JavaScript solution that > aims to mimic API and features of MongoDB and its node.js driver: > > http://www.tingodb.com, https://github.com/sergeyksv/tingodb > > As

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

2013-07-01 Thread Сергей Коротков
Hi Alan, We saw strata prior to starting of our work and still considering it for implementation because is should give us persistent indexes and that must greatly speedup initial database load time. I believe that selection of persistent or in-memory indexes can be controlled by option because

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

2013-07-02 Thread Alan Gutierrez
On Mon, Jul 01, 2013 at 03:05:20AM -0700, Сергей Коротков wrote: > We saw strata prior to starting of our work and still considering it for > implementation because is should give us persistent indexes and that must > greatly speedup initial database load time. I believe that selection of > per