db RethinkDB

2022-04-08 00:00:00 专区 订阅 付费 交易 评论

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

 RethinkDBMongoDB
PlatformsLinux, OS X, WindowsLinux, OS X, Windows, Solaris
Data modelJSON documentsBSON documents
Data accessUnified chainable dynamic query languageDynamic rich query language
JavaScript integrationV8 engineSpidermonkey/V8 engine
Access languagesJSON 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 deploymentAWS, dotCloud, Compose.ioMany cloud platforms

相关文章