mirror of
https://github.com/theanalyst/awesome-distributed-systems.git
synced 2024-11-20 11:08:09 -05:00
Added Distributed systems course.
This commit is contained in:
parent
a665ff9119
commit
e816492f8f
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ While designing distributed systems are hard enough, testing them is even harder
|
|||
- [Software Defined Networking](https://www.coursera.org/course/sdn) , Georgia Tech.
|
||||
- [ETH Zurich: Distributed Systems](http://dcg.ethz.ch/lectures/podc_allstars/)
|
||||
- [ETH Zurich: Distributed Systems Part 2](http://dcg.ethz.ch/lectures/distsys), covers Distributed control algorithms, communication models, fault-tolerance among other things. In particular fault tolerance issues (models, consensus, agreement) and replication issues (2PC,3PC, Paxos), which are critical in understanding distributed systems are explained in great detail.
|
||||
- [Distributed Systems Course](http://www.distributedsystemscourse.com/), A beginner course on distributed system by Chris Colohan, A google employee who contributed to SUIF, MapReduce, TCMalloc, Percolator, Caffeine, Borg, Omega, and Piper.
|
||||
|
||||
|
||||
## Blogs and other reading links
|
||||
- [Amazon Builder's Library](https://aws.amazon.com/builders-library/), a collection of Amazon's learnings on distributed systems
|
||||
|
|
Loading…
Reference in a new issue