원제 : Riak - web-shaped data storage system
번역 : Riak - web-shaped data storage system
Update: Short presentation NYC by Bryan Fink demonstrating the riak web-shaped data storage engine
Riak 는 새롭고 흥미로운 키/값 (new and interesting key-value store) 신참자입니다(저자가 이미 다른 Anti-RDBMS: A list of distributed key-value stores 기사에서 다루었는데, 새롭게 등장했다는의미). Riak가 제공하는 기능들입니다:
- 문서 지향(Document-oriented)
- 확장가능하고, 분권화된 키-값 저장(Scalable, decentralized key-value store)
- 표준 get, put, and delete 동작.
- 분산, 오류극복 가능한 저장 솔루션( Distributed, fault-tolerant storage solution).
- 설정가능한 일치성, 가용성, 분할 허용의 레벨(Configurable levels of consistency, availability, and partition tolerance)
- Erlang, Ruby, PHP, Javascript, Java, Python, HTTP 지원(Support for Erlang, Ruby, PHP, Javascript, Java, Python, HTTP)
- open source 이고 NoSQL ( open source and NoSQL)
- Pluggable backends
- Eventing system
- Monitoring
- 클러스터간 복제(Inter-cluster replication)
- 가로지를 수 있는 레코드간의 연결(Links between records that can be traversed).
- Map/Reduce. 함수는 데이터 노드상에서 실행됩니다. One interesting difference is that a list keys are required to specify which values are operated on as apposed to running calculations on all values(-- 무슨 말인지 어렵습니다).
Related Articles
- Hacker News Thread. Riak와 Cassandra, mongodb, couchdb 등을 비교한 더욱 흥미로운 기사.
'쓸모 있는 제품' 카테고리의 다른 글
Anti-RDBMS: A list of distributed key-value stores (0) | 2010.02.09 |
---|---|
Paper: The Case for RAMClouds: Scalable High-Performance Storage Entirely in DRAM (0) | 2009.10.22 |
Product: Hbase (0) | 2009.07.02 |
Hypertable is a New BigTable Clone that Runs on HDFS or KFS (0) | 2009.07.02 |
Product: Project Voldemort - A Distributed Database (0) | 2009.07.02 |