Categorygithub.com/nivekithan/go-raft
repository
0.0.0-20240815124248-d85651c91590
Repository: https://github.com/nivekithan/go-raft.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Go Raft

Implementation of raft algorithm using go with minimal mutexes. I have used P-lang to make sure that the idea behind the implementation is safe and correct.

This is the repo which contains the code for models I have created using P-lang

https://github.com/nivekithan/p-models

Original Paper

https://raft.github.io/raft.pdf