beansdb | a mirror of the key-value database from douban.com
kandi X-RAY | beansdb Summary
kandi X-RAY | beansdb Summary
beansdb is a C library. beansdb has no bugs, it has no vulnerabilities and it has low support. However beansdb has a Non-SPDX License. You can download it from GitHub.
Beansdb is a distributed key-value storage system designed for large scale online system, aiming for high avaliablility and easy management. It took the ideas from Amazon's Dynamo, then made some simplify to Keep It Simple Stupid (KISS). The clients write to N Beansdb node, then read from R of them (solving conflict). Data in different nodes is synced through hash tree, in cronjob. Beansdb base on memcached and Tokyo Cabinet, with efficient persistant hash tree (called Hex Tree) support. It conforms to memcache protocol (not completed, see below), so any memcached client can interactive with it without any modification. Beansdb is heavy used in stored images, mp3, text fields and so on, see benchmark below. Any suggestion or feedback is welcome. get, gets set(with version support) delete stats. get @xxx, list the content of hash tree, such as @0 get ?xxx, get the meta data of key. For more info, see:
Beansdb is a distributed key-value storage system designed for large scale online system, aiming for high avaliablility and easy management. It took the ideas from Amazon's Dynamo, then made some simplify to Keep It Simple Stupid (KISS). The clients write to N Beansdb node, then read from R of them (solving conflict). Data in different nodes is synced through hash tree, in cronjob. Beansdb base on memcached and Tokyo Cabinet, with efficient persistant hash tree (called Hex Tree) support. It conforms to memcache protocol (not completed, see below), so any memcached client can interactive with it without any modification. Beansdb is heavy used in stored images, mp3, text fields and so on, see benchmark below. Any suggestion or feedback is welcome. get, gets set(with version support) delete stats. get @xxx, list the content of hash tree, such as @0 get ?xxx, get the meta data of key. For more info, see:
Support
Quality
Security
License
Reuse
Support
beansdb has a low active ecosystem.
It has 5 star(s) with 3 fork(s). There are 3 watchers for this library.
It had no major release in the last 6 months.
beansdb has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of beansdb is current.
Quality
beansdb has no bugs reported.
Security
beansdb has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
beansdb has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
beansdb releases are not available. You will need to build from source code and install.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of beansdb
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of beansdb
beansdb Key Features
No Key Features are available at this moment for beansdb.
beansdb Examples and Code Snippets
No Code Snippets are available at this moment for beansdb.
Community Discussions
No Community Discussions are available at this moment for beansdb.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install beansdb
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page