High performance, open source RAFT clustered database: RooDB
Summary
RooDB is a high-performance, open-source distributed SQL database built in Rust. It uses Raft via OpenRaft for replication, includes an LSM storage engine, and provides a MySQL-compatible protocol, along with a SQL parser and Volcano-style executor. The project supports Linux io_uring and a POSIX fallback, TLS, and deployment via Docker or cargo in single-node or multi-node configurations.