Introduction: Why I Built a RAFT Implementation


When I started my Master's degree in Software Engineering, I kept hearing the term "RAFT" in system design discussions. Databases use it. Kubernetes uses it. Google, Meta, and every company managing millions of requests relies on it. But I didn't understand it not really.

So I decided to build one...