https://github.com/codeharik/godistributedsystem
https://github.com/codeharik/godistributedsystem
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeharik/godistributedsystem
- Owner: CodeHariK
- Created: 2025-01-14T17:15:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T17:14:54.000Z (over 1 year ago)
- Last Synced: 2025-03-09T18:23:48.644Z (over 1 year ago)
- Language: Go
- Size: 864 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# RAFT
* https://raft.github.io/
* https://raft.github.io/raft.pdf
* https://github.com/ongardie/raft.tla/blob/master/raft.tla
* https://eli.thegreenplace.net/2020/implementing-raft-part-0-introduction/
* https://notes.eatonphil.com/2023-05-25-raft.html
* https://thesquareplanet.com/blog/students-guide-to-raft/
* https://notes.eatonphil.com/minimal-key-value-store-with-hashicorp-raft.html
* [You Must Build A Raft](https://www.youtube.com/watch?v=Hm_m4MIXn9Q)
* [Mastering the Raft Consensus Algorithm: A Comprehensive Tutorial in Distributed Systems](https://www.youtube.com/watch?v=ZyqAbQkpeUo)
* [GopherCon 2023: Build Your Own Distributed System Using Go - Philip O'Toole](https://www.youtube.com/watch?v=8XbxQ1Epi5w)
* [Practical Distributed Consensus using HashiCorp/raft](https://www.youtube.com/watch?v=EGRmmxVFOfE)
* [Designing for Understandability: The Raft Consensus Algorithm](https://www.youtube.com/watch?v=vYp4LYbnnW8&t=2517s)
* [Build Your Own Distributed System Using Go](https://www.youtube.com/watch?v=8XbxQ1Epi5w)
* [Understand RAFT without breaking your brain](https://www.youtube.com/watch?v=IujMVjKvWP4)
# Torrent Protocol
* https://www.bittorrent.org/beps/bep_0003.html
* https://blog.jse.li/posts/torrent/
* [BitTorrent Internals](https://www.youtube.com/playlist?list=PLsdq-3Z1EPT1rNeq2GXpnivaWINnOaCd0)