rethinkdb-vs-sql-demo

A Vagrant set up for comparing usage of RethinkDB with MySQL and Postgres.

  • Owner: GordyD/rethinkdb-vs-sql-demo
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

This is a repository with code related to my blog about RethinkDB vs SQL on Airpair.

In order to run this example code you will need Vagrant installed on your host machine.

Set-up
vagrant up

To fire up the two vms:

vagrant ssh s1
vagrant ssh s2

On s1:

rethinkdb --bind all

On s2

rethinkdb --join 192.168.33.11:29015 --bind all

On either box:

cd /vagrant
npm install
node data/rethinkdb.js

Main metrics

Overview
Name With OwnerGordyD/rethinkdb-vs-sql-demo
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 2)
Platform
License:
所有者活动
Created At2015-04-01 10:35:35
Pushed At2015-04-01 10:41:28
Last Commit At2015-04-01 11:41:24
Release Count0
用户参与
Stargazers Count2
Watchers Count3
Fork Count0
Commits Count5
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private