欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
RethinkDB
来自开放百科 - 灰狐
(版本间的差异)
小 (→图集) |
小 (→新闻) |
||
(未显示1个用户的8个中间版本) | |||
第1行: | 第1行: | ||
{{SeeWikipedia}} | {{SeeWikipedia}} | ||
− | RethinkDB 是一个开源( | + | RethinkDB 是一个开源(Apache v2) [[NoSQL]]、[[JSON]]文档数据库。 |
+ | |||
+ | ==新闻== | ||
+ | *[https://github.com/rethinkdb/rethinkdb/blob/v2.3.x/NOTES.md RethinkDB 2.3.6采用Apache v2许可协议] (2017.07.17) | ||
+ | *[https://rethinkdb.com/blog/rethinkdb-joins-linux-foundation/ RethinkDB加入Linux基金会] (2017.02.06) | ||
+ | *[https://www.defmacro.org/2017/01/18/why-rethinkdb-failed.html RethinkDB: why we failed] (Jan 18, 2017) | ||
+ | |||
+ | ==简介== | ||
==安装== | ==安装== | ||
第52行: | 第59行: | ||
| Unique (unsharded only), compound, secondary, geospatial, & sparse | | Unique (unsharded only), compound, secondary, geospatial, & sparse | ||
|} | |} | ||
+ | |||
+ | ==时序数据== | ||
+ | *[https://www.mongodb.com/blog/post/schema-design-for-time-series-data-in-mongodb Schema Design for Time Series Data in MongoDB] | ||
+ | *[https://github.com/paralin/RethinkTS RethinkTS] | ||
+ | |||
+ | ==项目== | ||
+ | *[[Horizon]] | ||
+ | *[[BigchainDB]] | ||
+ | |||
+ | ==用户== | ||
+ | *[https://rethinkdb.com/blog/nasa-case-study/ RethinkDB Case Study: NASA Extra-Vehicular Activity (EVA)] | ||
==图集== | ==图集== | ||
第67行: | 第85行: | ||
[[category:JSON]] | [[category:JSON]] | ||
[[category:c++]] | [[category:c++]] | ||
+ | [[category:Linux Foundation]] | ||
[[category:huihoo]] | [[category:huihoo]] |
2021年11月2日 (二) 03:16的最后版本
您可以在Wikipedia上了解到此条目的英文信息 RethinkDB Thanks, Wikipedia. |
RethinkDB 是一个开源(Apache v2) NoSQL、JSON文档数据库。
目录 |
[编辑] 新闻
- RethinkDB 2.3.6采用Apache v2许可协议 (2017.07.17)
- RethinkDB加入Linux基金会 (2017.02.06)
- RethinkDB: why we failed (Jan 18, 2017)
[编辑] 简介
[编辑] 安装
$ brew install rethinkdb $ rethinkdb http://localhost:8080
[编辑] Windows
下载压缩包,解压文件,执行 rethinkdb.exe 会初始化数据库并启动Web控制台。
http://127.0.0.1:8080/
[编辑] 指南
[编辑] PHP
[编辑] Scala
[编辑] .NET
RethinkDB对.NET平台的支持:
- rethinkdb-net A C# / .NET client driver for RethinkDB.
- RethinkDb.Driver Use the RethinkDB C# driver in PowerShell on Linux
- RethinkDB.Demo RethinDB + SignalR (F#) + FunScript + React (in FunScript)
[编辑] MongoDB
RethinkDB | MongoDB | |
---|---|---|
Model | JSON | BSON |
Data Access | Unified chainable dynamic query language | Dynamic rich query language |
Integration | V8 engine | SpiderMonkey/V8 engine |
Access Languages | JSON protocol & 3 official libraries | BSON protocol & 13 official libraries |
Index Types | Primary key, compound, secondary, geospatial, & arbitrarily computed | Unique (unsharded only), compound, secondary, geospatial, & sparse |
[编辑] 时序数据
[编辑] 项目
[编辑] 用户
[编辑] 图集
[编辑] 链接
分享您的观点