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.

GitHub

2k stars
25 watching
183 forks
Language: Go
last commit: almost 2 years ago
Linked from 2 awesome lists

bptreedatabasegolangkv-storelsm-treestorage

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
chainsafe/chaindbA high-performance key-value store implemented on top of BadgerDB20
akrylysov/pogrebAn embedded key-value store optimized for fast random lookups and infrequent bulk inserts.1,313
claygod/cofferACID-compliant key-value database with support for transactions and high throughput39
lucid-kv/lucidA high-performance key-value store with distributed capabilities and an HTTP API378
lmdbjava/lmdbjavaA Java implementation of the Lightning Memory Database (LMDB) key-value store with ACID semantics and low latency.806
oleiade/xk6-kvA key-value store extension for k6 that provides persistent storage and shared state management16
synrc/kvsA compact, distributed key-value store with support for polymorphic data and multiple backends.177
mikkelhjuul/ldA simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming.23
amit-davidson/libradbA simple key-value store implemented in Go for learning purposes and providing a basic database example.171
tauraamui/kvsProvides a lightweight key-value store library for storing and retrieving structured data in Go4
vaccovecrana/vepharA minimal key-value store with API and web UI using raft cluster coordination and badger data storage16
philippgille/gokvProvides a unified interface to various key-value store and caching solutions for Go programming language751
google/leveldbA fast key-value storage library with ordered mapping from string keys to string values.36,769
speedb-io/speedbA high-performance key-value store designed to support modern data sets.925
lithdew/lmdb-zigA set of Zig bindings to a lightweight, fast Btree-based embedded KV database70