RapidDB
A reasonably fast configurable embedded key-value sensor database
Features
- Lightweight embedded database
- Simple key-value database interface
- Simple and flexible optional embedded REST API
- Memory first with on-disk persistence
- Memory Mapped Append-only Vector backing storage
- Bring your own database or API implementation
- Store sensor data inside a sensor database
Getting started
Cargo.toml
[]
= "0.1"
src/main.rs
use IDatabase;
Run the database with cargo
Optional REST API
Visit further install options.
Documentation
Visit the Documentation.
Examples
Visit the Examples.