BigData Key-value Data Model links

Tue 28 July 2015
  • Aerospike: NoSQL flash-optimized, in-memory. Open source and Server code in C (not Java or Erlang) precisely tuned to avoid context switching and memory copies.
  • Amazon DynamoDB: distributed key/value store, implementation of Dynamo paper
  • Edis: is a protocol-compatible Server replacement for Redis
  • ElephantDB: Distributed database specialized in exporting data from Hadoop
  • EventStore: distributed time series database
  • HyperDex: next generation key-value store
  • LinkedIn Krati: is a simple persistent data store with very low latency and high throughput
  • Linkedin Voldemort: distributed key/value storage system
  • Netflix Dynomite: thin Dynamo-based replication for cached data
  • Oracle NoSQL Database: distributed key-value database by Oracle Corporation
  • RAMCloud: storage system that provides large-scale low-latency storage by keeping all data in DRAM all the time and aggregating the main memories of thousands of servers
  • Redis: in memory key value datastore
  • Redis Sentinel: system designed to help managing Redis instances
  • Riak: a decentralized datastore
  • Storehaus: library to work with asynchronous key value stores, by Twitter
  • Tarantool: an efficient NoSQL database and a Lua application server
  • TreodeDB: key-value store that’s replicated and sharded and provides atomic multirow writes