Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 calculations

To 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.