https://github.com/retocode/proglog
https://github.com/retocode/proglog
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/retocode/proglog
- Owner: ReToCode
- Created: 2022-06-21T12:37:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T08:07:45.000Z (over 3 years ago)
- Last Synced: 2025-01-24T07:08:06.965Z (over 1 year ago)
- Language: Go
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proglog
A golang implementation of a distributed log system using Raft consensus algorithm and Serf based discovery.
Credits to https://github.com/travisjeffery/proglog and his book: https://pragprog.com/titles/tjgo/distributed-services-with-go/