kev
Key-value store library
A lightweight Python library for key-value stores and document databases with support for multiple backends
K.E.V. (Keys, Extras, and Values) is a Python ORM for key-value stores based on Valley. Currently supported backends are Redis, S3, and a S3/Redis hybrid backend. Based on Valley.
99 stars
10 watching
13 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
ormrediss3
Related projects:
Repository | Description | Stars |
---|---|---|
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 747 |
patx/pickledb | A lightweight key-value store implementation using Python's JSON module | 925 |
hotpotatoc/kvstore | An experimental key-value store server compatible with the Redis protocol. | 17 |
synrc/kvs | A compact, distributed key-value store with support for polymorphic data and multiple backends. | 178 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
peterbourgon/diskv | A simple disk-backed key-value store with optional transformation of keys to paths on disk. | 1,410 |
koch-t/kv78turbo-ovapi | A Python implementation of an in-memory key-value store optimized for high-performance caching and fast data retrieval. | 90 |
replikativ/konserve | A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 301 |
oleiade/xk6-kv | A key-value store extension for k6 that provides persistent storage and shared state management | 15 |
seladb/pickledb-rs | A lightweight key-value store written in Rust | 259 |
tikv/tikv | A distributed key-value database with ACID compliance and support for transactions and geo-replication. | 15,298 |
chrislusf/vasto | A distributed key-value store with sharding and replication capabilities | 261 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
hemantasapkota/swiftstore | A LevelDB-backed key-value store for Swift applications | 123 |
bobris/btdb | A C# implementation of a key-value store with advanced features like transactions and compression, along with tools for dynamic IL generation and object database management. | 137 |