Changes between Version 42 and Version 43 of jazz/NoSQL
- Timestamp:
- Oct 30, 2011, 8:30:45 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/NoSQL
v42 v43 269 269 * 文中提到 Trinity 與 Neo4j, HyperGraphDB, !InfiniteGraph, 以及 Google 的 [http://portal.acm.org/citation.cfm?id=1582723 Pregel]([wiki:jazz/10-10-20 2010-10-20]) 270 270 271 == NoSQL : Riak == 272 273 * 官方網站:http://basho.com/products/riak-overview/ 274 * <Video> [http://www.infoq.com/cn/interviews/sheehy-riak-cn Justin Sheehy 談 Riak ] 275 * [http://forum.icst.org.tw/phpbb/viewtopic.php?f=21&t=19392 資安論壇 - <研究> Riak 資料庫 安裝(CentOS 5.5 x86)] 276 {{{ 277 Basho Riak: An Open Source Scalable Data Store 278 279 Riak 是一款非常適合於 Web 應用程序的數據庫,它提供了去中心化的 Key/Value 存儲,靈活的 map/reduce 引擎 280 和友好的 HTTP/JSON 查詢接口。它是一個真正的容錯系統,不會出現單點故障,在 Riak 世界中,沒有哪台機器是特殊 281 的或屬核心服務器,它們都是對等的。 282 }}} 283 271 284 == Use Case == 272 285