Relative Content

Tag Archive for node.jsdatabasemongodboffline-storage

MongoDB like lightweight database for storing data locally

I am using mongoDB and now I need to have a light weight database that so I can replace mongoDB for local storage because for vending machines they comes with lower configuration good enough to run them if I use mongoDB it makes the system slower what are alternatives to it data need to stored locally for offline use.
the system is built on electron js with react js.