pogreb

KV storage

An embedded key-value store optimized for fast random lookups and infrequent bulk inserts.

Embedded key-value store for read-heavy workloads written in Go

GitHub

1k stars
34 watching
92 forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists

gohash-tablekey-valuekey-value-store

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
lotusdblabs/lotusdbAn optimized key-value store that combines the benefits of LSM and B+ tree data structures for fast read/write performance.2,094
chainsafe/chaindbA high-performance key-value store implemented on top of BadgerDB20
philippgille/gokvProvides a unified interface to various key-value store and caching solutions for Go programming language751
speedb-io/speedbA high-performance key-value store designed to support modern data sets.925
claygod/cofferACID-compliant key-value database with support for transactions and high throughput39
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
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
mikkelhjuul/ldA simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming.23
orlovevgeny/go-mcacheA fast key-value store with expiration times and thread safety.97
amit-davidson/libradbA simple key-value store implemented in Go for learning purposes and providing a basic database example.171
jimrobinson/kvbenchA benchmarking tool to evaluate the performance of key/value stores by generating and consuming data in parallel.26
deroproject/gravitonA key-value store database that provides versioning, authentication, and cryptographic proofs, with support for snapshotting, diffing, and high-performance storage.419
couchbase/mossA fast and persistent key-value storage library written in Go978