Skip to content

Raft distributed consensus simulation in a multi-threaded environment.

License

Notifications You must be signed in to change notification settings

meetalodariya/raft-consensus-mit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Raft distributed consensus simulation in a multi-threaded environment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages