This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
junji torii (author)
Wed Nov 18 20:26:34 -0800 2009
roma /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Thu Oct 22 23:48:11 -0700 2009 | |
| |
README | Wed Oct 28 03:48:20 -0700 2009 | |
| |
java/ | Wed Nov 18 19:59:06 -0800 2009 | |
| |
ruby/ | Wed Nov 18 20:26:34 -0800 2009 |
README
================================================================ 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.







