- Attempted to implement RAFT Algorithm
- Implemented this to learn about Log Replication, HeartBeat Mechanism, Leader Election and other distributed systems concepts
Reference Papers used
- https://raft.github.io/raft.pdf
- Lots of other blogs and youtube videos