GordyD / rethinkdb-vs-sql-demo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 88.8%Language:Shell 11.2%