redb
KV store
An ACID-compliant embedded key-value store written in Rust.
An embedded key-value database in pure Rust
3k stars
27 watching
158 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
rust
Related projects:
Repository | Description | Stars |
---|---|---|
nalgeon/redka | An in-memory Redis implementation with SQLite backend, providing ACID transactions and compatibility with the Redis API. | 3,551 |
rosedblabs/rosedb | A lightweight key-value storage engine with a focus on reliability and throughput | 4,647 |
stackhero-io/node-red-contrib-stackhero-mysql | A Node-RED node for interacting with MySQL or MariaDB databases using TLS encryption and caching SHA2 password authentication. | 17 |
bobris/btdb | A high-performance, ACID-compliant key-value store with object database and relational capabilities. | 139 |
redis/redis | An in-memory key-value store with persistence on disk and support for multiple data structures. | 67,358 |
seladb/pickledb-rs | A lightweight key-value store written in Rust | 261 |
erikgrinaker/toydb | A distributed, educational, in-memory relational database project built with Rust to demonstrate its architecture and concepts. | 6,271 |
sripathikrishnan/redis-rdb-tools | Tools to parse Redis dump files and extract data in various formats | 5,102 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 171 |
honza/redish | An implementation of a distributed key-value store inspired by Redis, with support for multi-threading and TCP protocol. | 138 |
redis/redis-rb | A Ruby client library for interacting with the Redis in-memory data store | 3,980 |
lucaong/cubdb | An embedded key-value database designed for robustness and minimal resource usage, supporting atomic transactions, concurrency control, and range selection. | 570 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 751 |
tyre/red_black_tree | An implementation of a data structure for ordered key-value stores with efficient lookup and insertion capabilities. | 37 |
lukemathwalker/zero-to-production | Supplementary codebase for an API development book written in Rust | 5,874 |