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.

GitHub

176 stars
23 watching
22 forks
Language: Scala
last commit: almost 11 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
liveasynchronousvisualizedarchitecture/simdbA high-performance key-value store designed for concurrent access and visualization.537
simerplaha/swaydbA high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations.293
yahoo/halodbA high-performance key-value store designed for IO-bound workloads with low latency and high throughput.509
spotify/sparkeyA simple key-value storage library optimized for read-heavy systems with infrequent bulk inserts.1,178
haskell-haskey/haskeyA high-performance, ACID compliant key-value store designed to be embedded in other applications92
mikkelhjuul/ldA simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming.23
chrislusf/vastoA distributed key-value store with sharding and replication capabilities261
philippgille/gokvProvides a unified interface to various key-value store and caching solutions for Go programming language751
linkedin/paldbAn embeddable key-value store with fast read performance and compact storage size939
amit-davidson/libradbA simple key-value store implemented in Go for learning purposes and providing a basic database example.171
koculu/zonetreeA fast and reliable key-value database for .NET applications378
honza/redishAn implementation of a distributed key-value store inspired by Redis, with support for multi-threading and TCP protocol.138
google/leveldbA fast key-value storage library with ordered mapping from string keys to string values.36,769
bobris/btdbA high-performance, ACID-compliant key-value store with object database and relational capabilities.139
mosuka/ceteA distributed key-value store server written in Go that provides a simple and scalable way to manage data across multiple nodes.236