K
K
krll-k2017-05-28 16:09:22
JavaScript
krll-k, 2017-05-28 16:09:22

What analogues exist for mongodb?

I'm looking for something simpler, because. now using this:

fs.writeFileSync("./mydbdb.json", JSON.stringify(), 'utf8'); //сохраняю
var mydbdb = JSON.parse(fs.readFileSync("./mydbdb.json")); //читаю

The project is growing, looking for a simple database. Already looked at NeDB, SQLite3 under Node.js, and something is not right.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
krll-k, 2017-05-28
@krll-k

d62a08e4652343dfbfe2b92f97d9154b.jpgComparison

D
dummyman, 2017-05-28
@dummyman

What could be simpler than files? Only to store everything in one file - a little tough!
But to correctly distribute it among folders / files - IMHO, in most cases the most profitable option.
From MongoDB you can continue the series of CouchDB, PouchDB, Redis, MemCached, RelaxDB.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question