分布式的Key-Value存储系统 Dynomite
<div id="p_fullcontent" class="detail"> <p>Dynomite 是采用 ErLang 语言开发的分布式的Key-Value存储系统。</p> <p>Dynomite is an eventually consistent distributed key value store written in Erlang. The design is based off of Amazon’s Dynamo paper. Dynomite currently implements the following features described in the Dynamo paper, plus some stuff not covered by the paper.</p> <ul> <li>Vector clocks</li> <li>Merkle trees</li> <li>Consistent hashing</li> <li>Tunable quorum</li> <li>Gossiping of membership</li> <li>Gossiped synchronization of partitions</li> <li>Pluggable storage engines</li> <li>Thrift interface</li> <li>Web console with canvas visualizations</li> </ul> <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1322722412452" target="_blank">http://www.open-open.com/lib/view/home/1322722412452</a></p> </div>
本文由用户 openkk 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!