分布式的Key-Value存储系统 Dynomite

openkk 12年前
     <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>