Awesome
jassid is a JavaScript filesystem database
How to start?
- run
node ./examples/populate.js
to create a database with 1,000 documents on/tmp/store
; - run
node ./examples/map_all.js
to list all documents on the/tmp/store
database; - run
node ./examples/map_reduce_count.js
to count all documents grouped by name.