项目作者: honzabilek4

项目描述 :
Performance testing two different databases using JSON data.
高级语言: JavaScript
项目地址: git://github.com/honzabilek4/postgre-vs-mongo.git
创建时间: 2019-03-05T10:03:02Z
项目社区:https://github.com/honzabilek4/postgre-vs-mongo

开源协议:MIT License

下载


postgre-vs-mongo

Performance testing two different databases using JSON data.

Start

  1. docker-compose up

Debug

  1. docker-compose -f docker-compose.yml -f docker-compose.debug.yml up

Run tests

Enter the running container

  1. docker-compose exec postgre-vs-mongo /bin/bash
  2. cd src

Get CLI options

  1. node test.js -h

Run command

  1. node test.js <command-name>