Browsing: NOSQL database

Redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can…

Open source dynamo clone written in Erlang.

MemcacheDB is a distributed key-value storage system designed for persistent. It is NOT a cache solution, but a persistent storage…

Voldemort is a distributed key-value storage system – Data is automatically replicated over multiple servers. – Data is automatically partitioned…

Hive is a data warehouse infrastructure built on top of Hadoop that provides tools to enable easy data summarization, adhoc…

Riak combines a decentralized key/value store, a flexible map/reduce engine, and a friendly HTTP/JSON query interface to provide a database…