store
Key-value store
A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes.
The DB that's replicated, sharded and transactional.
176 stars
23 watching
22 forks
Language: Scala
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
liveasynchronousvisualizedarchitecture/simdb | A high-performance key-value store designed for concurrent access and visualization. | 537 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 509 |
spotify/sparkey | A simple key-value storage library optimized for read-heavy systems with infrequent bulk inserts. | 1,178 |
haskell-haskey/haskey | A high-performance, ACID compliant key-value store designed to be embedded in other applications | 92 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |
chrislusf/vasto | A distributed key-value store with sharding and replication capabilities | 261 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 751 |
linkedin/paldb | An embeddable key-value store with fast read performance and compact storage size | 939 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 171 |
koculu/zonetree | A fast and reliable key-value database for .NET applications | 378 |
honza/redish | An implementation of a distributed key-value store inspired by Redis, with support for multi-threading and TCP protocol. | 138 |
google/leveldb | A fast key-value storage library with ordered mapping from string keys to string values. | 36,769 |
bobris/btdb | A high-performance, ACID-compliant key-value store with object database and relational capabilities. | 139 |
mosuka/cete | A distributed key-value store server written in Go that provides a simple and scalable way to manage data across multiple nodes. | 236 |