Skip to content

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

Notifications You must be signed in to change notification settings

GordyD/rethinkdb-vs-sql-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published