Select a tag to browse associated projects and drill deeper into the tag cloud.
LevelDB is a library that implements a fast key-value store. Features * Keys and values are arbitrary byte arrays. * Data is stored sorted by key. * Callers can provide a custom comparison function to override the sort order. * The basic operations are Put(key,value)
Tokyo Cabinet is the successor of QDBM, a high performance database library similar to the DBM family. It also supports hash and B-tree databases and does not require any server process. The overall speed is improved compared to QDBM.
Standalone mail classification/delivery daemon for multi-user Unix servers. Written in C, it embeds perl in order to use SpamAssassin efficiently. It implements a process manager with persistent spam checker processes running under users' own UIDs.
This plugin enables lightweight access to database functionality using BerkeleyDB. This plugin does NOT provide domain classes nor dynamic finders like GORM does.
IntroductionDikeva is a distributed data store aiming to be as simple and easy to deploy as possible. Using Berkeley DB as data storage and written in Python for easy deployment. What are the requirements for dikeva?The only requirement at the moment is a correct Python 2.X installation. How
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.