← Back to team overview

opencog-dev team mailing list archive

Memcachedb - a distributed key-value storage system

 

Hi All,

The new Memcachedb may be worth consideration for an OpenCog
persistence/distribution layer. Memcached protocol bindings in many
languages at http://www.danga.com/memcached/apis.bml.

>From http://memcachedb.org/

Memcachedb is a distributed key-value storage system designed for
persistent. It is *NOT* a cache solution, but a persistent storage engine
for fast and reliable key-value based object storage and retrieval. It
conforms to memcache protocol(not completed, see below), so any memcached
client can have connectivity with it. Memcachedb uses Berkeley DB as a
storing backend, so lots of features including transaction and replication
are supported.

-dave