node-dirty

tiny and fast key-value store for Node

Description

Node is an event-based server-side JavaScript engine.

Dirty.js is a tiny & fast key value store with append-only disk log. It is ideal for apps with less than 1 million records. Its characteristics are:
 - the file format is newline separated JSON;
 - the database lives in the same process as the application, they
   share memory;
 - there is no query language, you just forEach through all records.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/felixge/node-dirty


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-dirty