본문 바로가기

쓸모 있는 제품

Riak - web-shaped data storage system

원제 : 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)
  • 표준 getput, 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 등을 비교한 더욱 흥미로운 기사.