Ruby开发的分布式K/V存储系统 ROMA
fmms
13年前
ROMA是日本乐天(和yahoo并列的网络店铺)公司用Ruby开发的分散型KeyValue存储结构。 <br /> 目前乐天公司的产品“乐天市场”,“乐天旅游”中用来存储用户浏览信息。 <br /> <p>ROMA虽然采用Ruby开发。但是有以下几种可选择的方式来访问ROMA。 </p> <ul> <li>Client libraries of <a href="/misc/goto?guid=4959517505909907645">Ruby Client</a> and <a href="/misc/goto?guid=4959517505995758485">Java Client</a>are available. </li> <li>ROMA protocol is compatible with memcached text-based one so that any memcached client libraries allows users to interact with ROMA. </li> </ul> <br /> <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1327477146514" target="_blank">http://www.open-open.com/lib/view/home/1327477146514</a></p>