Skip to content

An asynchronic NoSQL benchmark made with Micro / MithrilJS for a thesis.

Notifications You must be signed in to change notification settings

JaniAnttonen/micro-nosql-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micro-nosql-benchmark

NoSQL benchmark comparing Redis with MongoDB for a thesis.

Made with:

  • Micro for the server magic
  • Perfy to measure it happening
  • Mithril 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 git@github.com:JaniAnttonen/micro-nosql-benchmark.git
cd micro-nosql-benchmark
npm install
npm start

About

An asynchronic NoSQL benchmark made with Micro / MithrilJS for a thesis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published