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

https://github.com/codeharik/godistributedsystem


https://github.com/codeharik/godistributedsystem

Last synced: over 1 year ago
JSON representation

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)