Skip to content

StBlackwood/consesnsus-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consensus Algorithms (Learning Project)

This repository is a personal exploration of various consensus algorithms used in distributed systems, such as Raft and ZooKeeper-based approaches.

Goals

  • Understand the internal workings of consensus protocols
  • Gain hands-on experience implementing and testing distributed algorithms
  • Explore techniques for leader election, replication, and fault tolerance

Technologies

  • Go (Golang)
  • gRPC
  • zookeeper

Disclaimer

This project is strictly for educational purposes and is not production-ready. Use it at your own risk.

About

A collection of experimental implementations of consensus algorithms for learning and exploration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages