Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I implemented exactly this setup, in Rust, last year for a client. Distributed WAL with write locks on a RAFT scheme. Custom VFS in Rust for sqlite3 to handle the IO. I asked the client to opensource it but it's probably not gonna happen... It's definitely doable though.


Did you write your own rust raft implementation or reuse something already available?


Reused a well known library that uses raft. I don't know if I should mention any more details since it was a private project.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: