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

177 stars
24 watching
22 forks
Language: Scala
last commit: about 9 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
liveasynchronousvisualizedarchitecture/simdb A high-performance key-value store designed for concurrent access and visualization. 535
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. 507
spotify/sparkey A simple key-value storage library optimized for read-heavy systems with infrequent bulk inserts. 1,179
haskell-haskey/haskey A high-performance, ACID compliant key-value store designed to be embedded in other applications 93
mikkelhjuul/ld A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. 22
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 746
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. 169
koculu/zonetree A fast and reliable key-value database for .NET applications 373
honza/redish An implementation of a distributed key-value store inspired by Redis, with support for multi-threading and TCP protocol. 137
google/leveldb A fast key-value storage library written at Google providing an ordered mapping from string keys to string values 36,564
bobris/btdb A comprehensive Key Value Database project with .NET implementation, featuring object database integration and various extensions. 137
mosuka/cete A distributed key-value store server written in Go that provides a simple and scalable way to manage data across multiple nodes. 235