DigiNews

Tech Watch by Johan Denoyer

← Back to articles

Noxu DB, a Rust port of Berkeley DB Java Edition

Quality: 9/10 Relevance: 9/10

Summary

Noxu DB is a Rust-based embedded transactional key-value store, ported from Berkeley DB Java Edition. It delivers ACID transactions, a log-structured B+tree, and crash-recovery with optional master-replica replication, all in a single library with no external process. The page highlights high throughput (up to hundreds of thousands of lookups per second) and extensive configurability across 400+ parameters, plus several production-focused example crates.

🚀 Service construit par Johan Denoyer