Distributed Systems - Books and Papers
A list of book and papers related to distributed systems that I have read and will read. For the ones I have read, there is a link to my summary/posts.
Books
- Designing Data-Intensive Systems: Completed till chapter 9. Summary. The playlist created by the author on Distrubted Systems goes well with some of the chapters.
Theory Papers / Core Algorithms
- Time, Clocks, and the Ordering of Events in a Distributed System: Summary
- Paxos: Post
- Zab : Post
- Raft
Implementation Papers / Real Systems
- The Google File System: Summary
- Paxos Made Live: Post
- Chubby : Post
- Zookeeper: Post
- Spanner
- Cassandra
Reading lists
- https://dancres.github.io/Pages/
- https://github.com/theanalyst/awesome-distributed-systems
- https://www.the-paper-trail.org/post/2014-08-09-distributed-systems-theory-for-the-distributed-systems-engineer/
- http://muratbuffalo.blogspot.com/2019/09/reading-list-for-our-distributed.html
Note
- Any recommendations are welcome!