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!
- Host: GitHub
- URL: https://github.com/dineshgowda24/distlog
- Owner: dineshgowda24
- Created: 2021-06-26T11:17:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T06:25:37.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T12:54:04.037Z (3 months ago)
- Topics: distributed-log, golang, raft-consensus
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)