12 projects
Redis
Redis is an open-source, in-memory data structure store that can be used as a database, cache, message broker, and queue. It supports multiple data structures like strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.
8,618
2,016
$13M
ArangoDB
ArangoDB is a distributed multi-model database system that combines document, graph, and key/value data models. It provides a unified query language and supports high availability, scalability, and ACID transactions.
2,404
522
$485M
DragonflyDB
DragonflyDB is a high-performance, Redis-compatible in-memory data store designed for modern application workloads. It offers improved memory efficiency, multi-threading capabilities, and high availability features while maintaining compatibility with existing Redis clients.
885
227
$6.8M
Infinispan
Infinispan is an open source distributed in-memory key/value data store and caching system. It provides high availability, fault tolerance, and elastic scalability through distributed caching and data grid capabilities. The system can be used as an embedded Java library, remote cache, or full-featured data grid platform.
685
121
$30M
Keyv
Keyv is a simple key-value storage system with support for multiple backends, providing a consistent interface for caching and storing data across different storage adapters like Redis, MongoDB, MySQL, and others
474
168
$531K
Apache Accumulo
Apache Accumulo is a distributed key-value store built on Apache Hadoop, ZooKeeper, and Thrift. It features cell-level access control, server-side programming mechanisms, and robust data management capabilities designed for high performance, scalability, and security.
471
54
$19M
FoundationDB
FoundationDB - the open source, distributed, transactional key-value store
GoLevelDB
LevelDB key/value database in Go.
Kvrocks
Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
LMDB Store
Simple, efficient, ultra-fast, scalable data store wrapper for LMDB
LevelDB
Universal abstract-level database for Node.js and browsers.
Pebble
RocksDB/LevelDB inspired key-value database in Go