开源NoSQL数据库引擎 Hibari

openkk 12年前
     <p><span>Hibari </span>(在日语中意思为“云雀”)<span>是一个专为高可靠性和大数据存储的数据库引擎,可用于云计算环境中,例如 webmail、SNS 和其他要求T/P级数据存储的环境中。</span>Hibari 支持 Java, C/C++, Python, Ruby, 和 Erlang 语言的客户端。</p>    <p>Hibari 并不是一个关系数据库,主要是通过 key-value 的方法进行数据存储。</p>    <p><span>主要特点:</span></p>    <div class="itemizedlist">     <ul type="disc">      <li>A Hibari cluster is a distributed system. </li>      <li>A Hibari cluster is linearly scalable. </li>      <li>A Hibari cluster is highly available. </li>      <li>All updates are durable. </li>      <li>All updates are strongly consistent. </li>      <li>All client operations are lockless. </li>      <li>A Hibari cluster’s performance is excellent. </li>      <li>Multiple client access protocols are available. </li>      <li>Data is repaired automatically after a server failure. </li>      <li>Cluster configuration can be changed at any time. </li>      <li>Data is automatically rebalanced. </li>      <li>Heterogeneous hardware support is easy. </li>      <li>Micro-transactions simplify creation of robust client applications. </li>      <li>Per-table configurable performance options are available. </li>     </ul>     <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1322707841093" target="_blank">http://www.open-open.com/lib/view/home/1322707841093</a></p>    </div>