Beansdb, an open-source keyValue storage system released by Douban

Source: Internet
Author: User
Beansdb, an open-source keyValue storage system released by Douban

| 1743 views | Source: solidot [5 comments available] comments

Thanks to ydj9931. |Add this news to favorites

With the new BSD license, Douban released the Distributed Key/value storage system beansdb. The developer called beansdb a simplified version of dynamo,Dynamo(Pdf) is a high-availability key/value storage system developed by Amazon. Beansdb adopts a decentralized structure similar to memcached to implement data routing on the client. Currently, only Python clients are provided. Clients in other languages can be slightly transformed from memcached clients.

Beansdb's current public version is v0.3. Its main features include:

High Availability: High availability is achieved through multiple readable and writable backups;

Final consistency: Fast and complete data synchronization through the hash tree (data may be inconsistent in a short time );

Easy to expand: The capacity can be expanded without service interruption;

High Performance: Asynchronous Io and high-performance keyValue data tokyocabinet:

Configurable availability and consistency: Configuration through N, W, R;

Simple Protocol: Memcache compatibility protocol, a large number of available clients.

More information: http://code.google.com/p/beansdb/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.