lotusdb
KV Store
An optimized key-value store that combines the benefits of LSM and B+ tree data structures for fast read/write performance.
Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree.
2k stars
25 watching
182 forks
Language: Go
last commit: about 1 month ago
Linked from 2 awesome lists
bptreedatabasegolangkv-storelsm-treestorage
Related projects:
Repository | Description | Stars |
---|---|---|
chainsafe/chaindb | A high-performance key-value store implemented on top of BadgerDB | 20 |
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,312 |
claygod/coffer | ACID-compliant key-value database with support for transactions and high throughput | 39 |
lucid-kv/lucid | A high-performance key-value store with distributed capabilities and an HTTP API | 379 |
lmdbjava/lmdbjava | A Java implementation of the Lightning Memory Database (LMDB) key-value store with ACID semantics and low latency. | 801 |
oleiade/xk6-kv | A key-value store extension for k6 that provides persistent storage and shared state management | 15 |
synrc/kvs | A compact, distributed key-value store with support for polymorphic data and multiple backends. | 178 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
tauraamui/kvs | Provides a lightweight key-value store library for storing and retrieving structured data in Go | 4 |
vaccovecrana/vephar | A minimal key-value store with API and web UI using raft cluster coordination and badger data storage | 16 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
speedb-io/speedb | A high-performance key-value store designed to support modern data sets. | 917 |
lithdew/lmdb-zig | A set of Zig bindings to a lightweight, fast Btree-based embedded KV database | 70 |