RagnarDB: a distributed OLTP SQL database in Rust
A new distributed SQL project plans to combine Raft, WAL storage, and Bloom filters into a transactional OLTP database written in Rust
I am building RagnarDB It's a distributed OLTP transactional SQL database in Rust I'll be using my Raft implementation, WAL storage engine, and the Bloom Bloom (bloom filter) to build this distributed DB more updates soon!