OCaml implementations of Raft consensus protocol

Is there any production-ready implementation of Raft consensus protocol in OCaml?
There is ocaml-raft, which does have a technical paper, but it looks abandoned and it’s not even in opam repository.

1 Like


Thanks! First project seems abandoned too (and doesn’t have license specified), but second looks promising. Will have a closer look at it.

First project is MIT (opam file) - vbmirthr keeping it working - https://github.com/vbmithr/raft