Show HN: YaraDB Python Client – A clean interface for my custom WAL-based DB
github.com·3d·
Discuss: Hacker News
Flag this post

📦 YaraDB

YaraDB is an intelligent, in-memory-first Document DB with crash-safe WAL persistence, built on FastAPI.

It’s designed for projects that need the flexibility of a NoSQL document store but require modern data integrity guarantees like Optimistic Concurrency Control (OCC) and atomic transactions right out of the box.


⚡ Core Features (v2.0)

YaraDB isn’t just another key-value store. It’s a “smart” database that provides critical features at the document level.

🛡️ Crash-Safe Persistence (WAL): All write operations (create, update, archive) are first written to a Write-Ahead Log (WAL) before being applied to memory. This guarantees that no data is lost even if the server crashes. The database state is recovered from the WAL o…

Similar Posts

Loading similar posts...