gokv
Key-value store abstraction
Provides a unified interface to various key-value store and caching solutions for Go programming language
Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
746 stars
9 watching
69 forks
Language: Go
last commit: 6 months ago
Linked from 2 awesome lists
abstractionbadgerdbboltboltdbcloud-storageconsuldatabasedynamodbetcdgogolangkey-valuekey-value-storelibrarymemcachedmongodbpackagepostgresqlredissimple
Related projects:
Repository | Description | Stars |
---|---|---|
couchbase/moss | A fast and persistent key-value storage library written in Go | 956 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
capless/kev | A lightweight Python library for key-value stores and document databases with support for multiple backends | 99 |
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,312 |
tidwall/buntdb | An embeddable key/value store with geospatial support and custom indexing for Go applications. | 4,577 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
peterbourgon/diskv | A simple disk-backed key-value store with optional transformation of keys to paths on disk. | 1,408 |
claygod/coffer | ACID-compliant key-value database with support for transactions and high throughput | 39 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
chainsafe/chaindb | A high-performance key-value store implemented on top of BadgerDB | 20 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
chrislusf/vasto | A distributed key-value store with sharding and replication capabilities | 261 |
deepfabric/elasticell | A distributed NoSQL key-value storage system with strong consistency and reliability | 527 |
kim/leveldb-haskell | Provides Haskell bindings to LevelDB, a fast and efficient NoSQL database system | 66 |
deroproject/graviton | A key-value store database that provides versioning, authentication, and cryptographic proofs, with support for snapshotting, diffing, and high-performance storage. | 420 |