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: over 3 years ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A key-value store database that provides versioning, authentication, and cryptographic proofs, with support for snapshotting, diffing, and high-performance storage. | 419 |
| Provides a unified interface to various key-value store and caching solutions for Go programming language | 751 |
| A key-value store implementation in OCaml, optimized for simplicity and efficient storage. | 10 |
| A lightweight key-value storage solution with simple API and support for primitive and custom data structures | 13 |
| A distributed key-value store with sharding and replication capabilities | 261 |
| A fast and persistent key-value storage library written in Go | 978 |
| A lightweight Python library for key-value stores and document databases with support for multiple backends | 99 |
| An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,313 |
| A high-performance, ACID compliant key-value store designed to be embedded in other applications | 92 |
| A high-performance, ACID-compliant key-value store with object database and relational capabilities. | 139 |
| A portable encrypted key-value store designed to securely store and manage sensitive data | 957 |
| A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 592 |
| A lightweight key-value store implementation using Python's JSON module | 927 |
| A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 300 |
| A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |