Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 819 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 819 Bytes

Raft distributed consensus

Intro

This is a Raft distributed consensus simulation written in Golang.

Utilities such as simulated RPC, encoding/decoding, etc. have been imported from the original MIT repository: git://g.csail.mit.edu/6.5840-golabs-2023

Original research paper of the algorithm: https://pdos.csail.mit.edu/6.824/papers/raft-extended.pdf