pickledb
key-value store
A lightweight key-value store implementation using Python's JSON module
pickleDB is an open source key-value store using Python's json module.
925 stars
15 watching
125 forks
Language: Python
last commit: 5 months ago
Linked from 1 awesome list
bsd-3-clausedatabasedatastorejsonkey-valuepickledbpythonpython3
Related projects:
Repository | Description | Stars |
---|---|---|
seladb/pickledb-rs | A lightweight key-value store written in Rust | 259 |
capless/kev | A lightweight Python library for key-value stores and document databases with support for multiple backends | 99 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
peterbourgon/diskv | A simple disk-backed key-value store with optional transformation of keys to paths on disk. | 1,408 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
linkedin/paldb | An embeddable key-value store with fast read performance and compact storage size | 939 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
vitalvas/vxdb | An implementation of a simple key-value NoSQL database with a minimal API interface for storing and retrieving data | 20 |
bobris/btdb | A comprehensive Key Value Database project with .NET implementation, featuring object database integration and various extensions. | 137 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 586 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
couchbase/moss | A fast and persistent key-value storage library written in Go | 956 |
gfredericks/quinedb | A shell-based key-value store with self-sustaining properties | 580 |
unixjunkie/dokeysto | A key-value store implementation in OCaml, optimized for simplicity and efficient storage. | 10 |
spotify/sparkey | A simple key-value storage library optimized for read-heavy systems with infrequent bulk inserts. | 1,179 |