diskv
Key-value store
A simple disk-backed key-value store with optional transformation of keys to paths on disk.
A disk-backed key-value store.
1k stars
41 watching
102 forks
Language: Go
last commit: about 3 years ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
deroproject/graviton | A key-value store database that provides versioning, authentication, and cryptographic proofs, with support for snapshotting, diffing, and high-performance storage. | 419 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 751 |
unixjunkie/dokeysto | A key-value store implementation in OCaml, optimized for simplicity and efficient storage. | 10 |
maximilianheidenreich/dsddb | A lightweight key-value storage solution with simple API and support for primitive and custom data structures | 13 |
chrislusf/vasto | A distributed key-value store with sharding and replication capabilities | 261 |
couchbase/moss | A fast and persistent key-value storage library written in Go | 978 |
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,313 |
haskell-haskey/haskey | A high-performance, ACID compliant key-value store designed to be embedded in other applications | 92 |
bobris/btdb | A high-performance, ACID-compliant key-value store with object database and relational capabilities. | 139 |
oleiade/trousseau | A portable encrypted key-value store designed to securely store and manage sensitive data | 957 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 592 |
patx/pickledb | A lightweight key-value store implementation using Python's JSON module | 927 |
replikativ/konserve | A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 300 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |