chaindb
KV store
A high-performance key-value store implemented on top of BadgerDB
go key-value store using badgerDB
20 stars
9 watching
5 forks
Language: Go
last commit: over 1 year ago 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 |
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,312 |
synrc/kvs | A compact, distributed key-value store with support for polymorphic data and multiple backends. | 178 |
speedb-io/speedb | A high-performance key-value store designed to support modern data sets. | 917 |
oleiade/xk6-kv | A key-value store extension for k6 that provides persistent storage and shared state management | 15 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
claygod/coffer | ACID-compliant key-value database with support for transactions and high throughput | 39 |
couchbase/moss | A fast and persistent key-value storage library written in Go | 956 |
vaccovecrana/vephar | A minimal key-value store with API and web UI using raft cluster coordination and badger data storage | 16 |
jimrobinson/kvbench | A benchmarking tool to evaluate the performance of key/value stores by generating and consuming data in parallel. | 26 |
tauraamui/kvs | Provides a lightweight key-value store library for storing and retrieving structured data in Go | 4 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
kim/leveldb-haskell | Provides Haskell bindings to LevelDB, a fast and efficient NoSQL database system | 66 |
chrislusf/vasto | A distributed key-value store with sharding and replication capabilities | 261 |
jongretar/exbitcask | An Elixir wrapper around Basho's Bitcask Key/Value store for fast data access and storage | 12 |