Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpedro/jassid
JavaScript filesystem database
https://github.com/bpedro/jassid
Last synced: 16 days ago
JSON representation
JavaScript filesystem database
- Host: GitHub
- URL: https://github.com/bpedro/jassid
- Owner: bpedro
- License: mit
- Created: 2010-12-29T16:51:45.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-12T22:37:30.000Z (almost 14 years ago)
- Last Synced: 2023-04-13T17:50:55.244Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.