Show HN: Noxu DB, a Rust Port of Berkeley DB Java Edition
Category: database
Tags: embedded-database, transactional, key-value-store, rust, acid
Score: 7.7/10 (Innovation: 7, Technical: 9, Documentation: 8, Utility: 7)
Noxu DB is a Rust port of Berkeley DB Java Edition, providing an embedded transactional key-value store with ACID transactions, log-structured B+tree, crash recovery, and optional replication. It is interesting for its comprehensive implementation of advanced database features like ARIES WAL, Flexible Paxos, and adaptive cache policies in safe Rust with no unsafe code.
Target audience: backend devs, data engineers, systems programmers
Repository: https://codeberg.org/gregburd/noxu
View on Hacker News