ld

Key-value store

A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming.

Lean Database

GitHub

22 stars
2 watching
1 forks
Language: Go
last commit: over 2 years ago
databaseinsertslean-databaseshard

Related projects:

Repository Description Stars
simerplaha/swaydb A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. 293
amit-davidson/libradb A simple key-value store implemented in Go for learning purposes and providing a basic database example. 169
lucid-kv/lucid A high-performance key-value store with distributed capabilities and an HTTP API 379
philippgille/gokv Provides a unified interface to various key-value store and caching solutions for Go programming language 746
iondbproject/iondb A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. 586
yahoo/halodb A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. 507
claygod/coffer ACID-compliant key-value database with support for transactions and high throughput 39
akrylysov/pogreb An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. 1,312
google/leveldb A fast key-value storage library written at Google providing an ordered mapping from string keys to string values 36,564
kim/leveldb-haskell Provides Haskell bindings to LevelDB, a fast and efficient NoSQL database system 66
treode/store A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. 177
maximilianheidenreich/dsddb A lightweight key-value storage solution with simple API and support for primitive and custom data structures 13
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
lucaong/cubdb An embedded key-value database designed for robustness and minimal resource usage, supporting atomic transactions, concurrency control, and range selection. 566
chrislusf/vasto A distributed key-value store with sharding and replication capabilities 261