lucid
KV store
A high-performance key-value store with distributed capabilities and an HTTP API
High performance and distributed KV store w/ REST API. 🦀
379 stars
14 watching
31 forks
Language: Rust
last commit: almost 2 years ago
Linked from 1 awesome list
distributed-cachedockerencryptionkey-valuekey-value-storekvpersistencerest-apirustsse
Related projects:
Repository | Description | Stars |
---|---|---|
lotusdblabs/lotusdb | An optimized key-value store that combines the benefits of LSM and B+ tree data structures for fast read/write performance. | 2,080 |
oleiade/xk6-kv | A key-value store extension for k6 that provides persistent storage and shared state management | 15 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
synrc/kvs | A compact, distributed key-value store with support for polymorphic data and multiple backends. | 178 |
xline-kv/xline | A geo-distributed key-value store for high-performance metadata management in multi-data center scenarios. | 615 |
lmdbjava/lmdbjava | A Java implementation of the Lightning Memory Database (LMDB) key-value store with ACID semantics and low latency. | 801 |
vaccovecrana/vephar | A minimal key-value store with API and web UI using raft cluster coordination and badger data storage | 16 |
claygod/coffer | ACID-compliant key-value database with support for transactions and high throughput | 39 |
chrislusf/vasto | A distributed key-value store with sharding and replication capabilities | 261 |
replikativ/konserve | A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 301 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 177 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,312 |
saibotsivad/cloudflare-worker-key-value | A tool for interacting with Cloudflare's Key Value store using the Worker API | 5 |
kim/leveldb-haskell | Provides Haskell bindings to LevelDB, a fast and efficient NoSQL database system | 66 |