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. | 420 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
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 | 956 |
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 |
haskell-haskey/haskey | A high-performance, ACID compliant key-value store designed to be embedded in other applications | 93 |
bobris/btdb | A comprehensive Key Value Database project with .NET implementation, featuring object database integration and various extensions. | 137 |
oleiade/trousseau | A portable encrypted key-value store designed to securely store and manage sensitive data | 959 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 586 |
patx/pickledb | A lightweight key-value store implementation using Python's JSON module | 925 |
replikativ/konserve | A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 301 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |