-
Notifications
You must be signed in to change notification settings - Fork 1
ROMA: A Distributed Key-Value Store in Ruby
License
keiju/roma
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
================================================================ ROMA: A Distributed Key-Value Store in Ruby Copyright (C) 2009 Rakuten, Inc. ================================================================ ROMA is one of the data storing systems for distributed key-value stores. It is a completely decentralized distributed system that consists of multiple processes, called nodes, on several machines. It is based on pure P2P architecture like a distributed hash table, thus it provides high availability and scalability. ROMA is written in Ruby. However, following choices are available to access to ROMA. * Client libraries of Ruby and Java are available. * ROMA protocol is compatible with memcached text-based one so that any memcached client libraries allows users to interact with ROMA.
About
ROMA: A Distributed Key-Value Store in Ruby
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 53.8%
- Ruby 41.9%
- PHP 4.3%