convto / raft-practice

Simplified implementation for raft understanding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raft-practice

I have read the paper to learn about the raft algorithm.
The purpose of this project is to understand it better by doing a simple implementation of raft.

The state of each server is complex when persistence is considered.
Therefore, this project is a simple on-memory implementation of the state.

About

Simplified implementation for raft understanding


Languages

Language:Go 100.0%