Key-Value NoSQL Databases
- 01. Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale
- 02. Couchbase, a key-value and document database, empowers developers to build responsive and flexible cloud, mobile, and edge computing applications that scale effortlessly.
- 03. InfinityDB is an embedded database engine based on a B+Tree. It supports relational data and non-tabular or custom structures
- 04. Redis is not a plain key-value store. The value is not limited to a simple string, but can also hold more complex data structures.
- 05. Aerospike Database -
The First NoSQL Database to eliminate Tradeoffs in Consistency and Scale for Business Transactions.
- 06.
Oracle Berkeley DB is a family of embedded key-value database libraries providing scalable high-performance data management services to applications
- 07.
Riak KV is a distributed NoSQL key-value database with advanced local and multi-cluster replication that guarantees reads and writes
- 08. Voldemort is a distributed key-value storage system
- 09. Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.
- 10. etcd - A distributed, reliable key-value store for the most critical data of a distributed system
- 11. RocksDB is an embeddable persistent key-value database for fast storage
- 12. Infinispan provides a key/value data store that can hold all types of data, from Java objects to plain text