Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bpedro/jassid

JavaScript filesystem database
https://github.com/bpedro/jassid

Last synced: 16 days ago
JSON representation

JavaScript filesystem database

Awesome Lists containing this project

README

        

# jassid is a JavaScript filesystem database #

## How to start? ##

1. run `node ./examples/populate.js` to create a database with 1,000 documents on `/tmp/store`;
2. run `node ./examples/map_all.js` to list all documents on the `/tmp/store` database;
3. run `node ./examples/map_reduce_count.js` to count all documents grouped by name.