Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janianttonen/micro-nosql-benchmark
An asynchronic NoSQL benchmark made with Micro / MithrilJS for a thesis.
https://github.com/janianttonen/micro-nosql-benchmark
micro mongodb redis thesis
Last synced: 28 days ago
JSON representation
An asynchronic NoSQL benchmark made with Micro / MithrilJS for a thesis.
- Host: GitHub
- URL: https://github.com/janianttonen/micro-nosql-benchmark
- Owner: JaniAnttonen
- Created: 2016-12-05T22:00:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T20:57:45.000Z (8 months ago)
- Last Synced: 2024-03-19T21:54:24.995Z (8 months ago)
- Topics: micro, mongodb, redis, thesis
- Language: JavaScript
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# micro-nosql-benchmark
NoSQL benchmark comparing Redis with MongoDB for a thesis.
## Made with:
- [Micro](https://github.com/zeit/micro) for the server magic
- [Perfy](https://github.com/onury/perfy) to measure it happening
- [Mithril](http://mithril.js.org/) to show the calculationsTo get it running, you must have a default configuration of Redis and MongoDB running on your localhost, and the MongoDB must have a db called test and a collection named sessiontest. (Alternatively, change the code to suit your database configuration.)
## Stating the obvious
- Run these:
```
git clone [email protected]:JaniAnttonen/micro-nosql-benchmark.git
cd micro-nosql-benchmark
npm install
npm start
```
- Open [localhost:8000](http://localhost:8000) and you should see your results.