欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Couchbase
来自开放百科 - 灰狐
(版本间的差异)
小 (→链接) |
小 (→安装) |
||
第13行: | 第13行: | ||
==安装== | ==安装== | ||
− | cd https://github.com/couchbase/manifest | + | ===OS X=== |
+ | brew install cmake erlang git icu4c libevent snappy v8 | ||
+ | v8, 3.25.30, is unsupported | ||
+ | cd /usr/local/Library | ||
+ | git checkout 0e4fe7f /usr/local/Library/Formula/v8.rb | ||
+ | brew install v8 | ||
+ | brew pin v8 | ||
+ | git checkout -- /usr/local/Library/Formula/v8.rb | ||
+ | export PATH=$PATH:/usr/local/bin:/usr/local/opt/icu4c/bin | ||
+ | |||
+ | 进入 https://github.com/couchbase/manifest 选择安装版本,如:3.0.2 | ||
$ mkdir couchbase | $ mkdir couchbase | ||
$ cd couchbase | $ cd couchbase | ||
− | $ repo init -u git://github.com/couchbase/manifest.git -m | + | $ repo init -u git://github.com/couchbase/manifest.git -m rel-3.0.2.xml |
$ repo sync | $ repo sync | ||
$ make | $ make |
2014年12月12日 (五) 10:56的版本
您可以在Wikipedia上了解到此条目的英文信息 Couchbase Thanks, Wikipedia. |
Couchbase 是一个开源(Apache V2) 的面向文档的 NoSQL 数据库。
目录 |
优点
- Erlang 语言带来的优势;
- iOS、Android 移动终端数据存储支持;
- 产品家族覆盖移动端到数据中心;
- 移动端、单节点、多节点的数据同步;
- 缓存、K/V、文档存储的融合;
- 面向游戏,玩家、怪兽数据的JSON格式存储;
- 与Apache Hadoop的集成。
安装
OS X
brew install cmake erlang git icu4c libevent snappy v8 v8, 3.25.30, is unsupported cd /usr/local/Library git checkout 0e4fe7f /usr/local/Library/Formula/v8.rb brew install v8 brew pin v8 git checkout -- /usr/local/Library/Formula/v8.rb export PATH=$PATH:/usr/local/bin:/usr/local/opt/icu4c/bin 进入 https://github.com/couchbase/manifest 选择安装版本,如:3.0.2 $ mkdir couchbase $ cd couchbase $ repo init -u git://github.com/couchbase/manifest.git -m rel-3.0.2.xml $ repo sync $ make
文档
- Couchbase介绍
- How PayPal Manages 1B Documents & 10TB Data with Couchbase
- LinkedIn @ Couchbase Connect Using Couchbase
- The NoSQL Technical Comparison Report
- NoSQL Performance when Scaling by RAM
图片
链接
分享您的观点