An open API service indexing awesome lists of open source software.

https://github.com/dineshgowda24/distlog

An attempt to understand Raft!
https://github.com/dineshgowda24/distlog

distributed-log golang raft-consensus

Last synced: about 2 months ago
JSON representation

An attempt to understand Raft!

Awesome Lists containing this project

README

        

# distlog

- Distributed logging with consensus using Raft

- An attempt to understand Raft!

- Implementation follows examples in [Distributed Services in Go](https://www.oreilly.com/library/view/distributed-services-with/9781680508376/)