Skip to content

whitj00/raft-in-ocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raft in OCaml

To start node and start a cluster:

dune exec -- bin/main.exe node -host 127.0.0.1  -port 8000

To start a node and join a cluster:

dune exec -- bin/main.exe node -host 127.0.0.1 -port 8000 -boostrap-server 127.0.0.1:8000

About

An Implementation of Raft Consensus in OCaml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published