微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Ringo 分布式的KeyValue存储系统

程序名称:Ringo

授权协议: 未知

操作系统: Linux

开发语言: ErLang

Ringo 介绍

Ringo 是一个分布式的Key-Value存储系统,采用 ErLang 语言开发。支持磁盘数据存储。

Ringo is an experimental, distributed, replicating key-value store based on
consistent hashing and immutable data. Unlike many general-purpose databases,
Ringo is designed for a specific use case: For archiving small (less than 4KB)
or medium-size data items (<100MB) in real-time so that the data can survive K
- 1 disk breaks, where K is the desired number of replicas, without any
downtime, in a manner that scales to terabytes of data. In addition to
storing, Ringo should be able to retrieve individual or small sets of data
items with low latencies (<10ms) and provide a convenient on-disk format for
bulk data access.

Ringo 官网

http://github.com/tuulos/ringo/tree/master

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐