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

[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.