rethinkdb-vs-sql-demo

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

  • 所有者: GordyD/rethinkdb-vs-sql-demo
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者GordyD/rethinkdb-vs-sql-demo
主编程语言JavaScript
编程语言JavaScript (语言数: 2)
平台
许可证
所有者活动
创建于2015-04-01 10:35:35
推送于2015-04-01 10:41:28
最后一次提交2015-04-01 11:41:24
发布数0
用户参与
星数2
关注者数3
派生数0
提交数5
已启用问题?
问题数0
打开的问题数0
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?