Saturday 26 January 2019

To database and not to database?

Today I woke up with my friend ranting about MongoDB ( he is big on SQL ) and its poor performance. I tried to explain to him that he was feeling for SQL and should die. This got me thinkings about leveldb ( a lightweight in-memory database ). I wanted to create my version of leveldb a database that will store data in json format in the local storage. But the problem is I can't understand a line of C++ ( native to leveldb ). Is there a native js key-value store DB that I can take apart and do some stuff on it?Have any of you did this? And how insane does this sound?

Submitted January 27, 2019 at 05:01AM by sayanmallick

No comments:

Post a Comment