db RethinkDB
s
RethinkDB 已倒闭。
如何安装RethinkDB
https://www.rethinkdb.com/docs/start-on-startup/
Install RethinkDB on CentOS
https://www.rethinkdb.com/docs/install/centos/
https://download.rethinkdb.com/dist/rethinkdb-2.3.6.tgz
http://download.rethinkdb.com/centos/7/x86_64/rethinkdb-2.3.6.x86_64.rpm
RethinkDB和MongoDB的对比
https://www.rethinkdb.com/docs/comparison-tables/
Development
| RethinkDB | MongoDB | |
|---|---|---|
| Platforms | Linux, OS X, Windows | Linux, OS X, Windows, Solaris |
| Data model | JSON documents | BSON documents |
| Data access | Unified chainable dynamic query language | Dynamic rich query language |
| JavaScript integration | V8 engine | Spidermonkey/V8 engine |
| Access languages | JSON protocol 3 official libraries Many community supported libraries | BSON protocol 13 official libraries Many community supported libraries |
| Index * | Primary key Compound Secondary Geospatial Arbitrarily computed | Unique (unsharded only) Compound Secondary Geospatial Sparse |
| Cloud deployment | AWS, dotCloud, Compose.io | Many cloud platforms |
相关文章