vasto
KeyValue store
A distributed key-value store with sharding and replication capabilities
A distributed key-value store. On Disk. Able to grow or shrink without service interruption.
261 stars
21 watching
30 forks
Language: Go
last commit: over 5 years ago
Linked from 2 awesome lists
distributed-storagekey-valuereplicationrocksdb
Related projects:
Repository | Description | Stars |
---|---|---|
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
honza/redish | An implementation of a distributed key-value store inspired by Redis, with support for multi-threading and TCP protocol. | 137 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 177 |
couchbase/moss | A fast and persistent key-value storage library written in Go | 956 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
bobris/btdb | A comprehensive Key Value Database project with .NET implementation, featuring object database integration and various extensions. | 137 |
danielealbano/cachegrand | A high-performance key-value store designed to optimize performance on modern hardware and support various data types | 977 |
deepfabric/elasticell | A distributed NoSQL key-value storage system with strong consistency and reliability | 527 |
deroproject/graviton | A key-value store database that provides versioning, authentication, and cryptographic proofs, with support for snapshotting, diffing, and high-performance storage. | 420 |
peterbourgon/diskv | A simple disk-backed key-value store with optional transformation of keys to paths on disk. | 1,408 |
hotpotatoc/kvstore | An experimental key-value store server compatible with the Redis protocol. | 17 |
lucid-kv/lucid | A high-performance key-value store with distributed capabilities and an HTTP API | 379 |
synrc/kvs | A compact, distributed key-value store with support for polymorphic data and multiple backends. | 178 |