k-bench

0.2.0 • Public • Published

k-bench

A Node.js app for Mongo/Arango comparison.

Requirements

  • Arangodb
  • Mongodb 3.0.x (3.2 not yet supported)

Install

npm install k-bench
cd k-bench

You need to create the database for Arango manually. Database name: kantele-app. Mongo database will be created automatically.

Usage

Populate db (add 100 documents):

- node bench.js arango populate
- node bench.js mongo populate

Clear db:

- node bench.js arango clear
- node bench.js mongo clear

Benchmark:

- node bench.js arango
- node bench.js mongo

What should happen?

I'm consistently seeing higher number with Arango.

Readme

Keywords

none

Package Sidebar

Install

npm i k-bench

Weekly Downloads

0

Version

0.2.0

License

none

Last publish

Collaborators

  • ile