1
0
Fork 0
mirror of https://github.com/theanalyst/awesome-distributed-systems.git synced 2024-11-20 11:08:09 -05:00

Adding a testing section, link to drapper

While more links are of course appreciated and expected, this is a start :)
This commit is contained in:
Abhishek L 2016-05-13 17:54:59 +02:00
parent 193adf4841
commit 058ea6da11

View file

@ -41,6 +41,10 @@ Must read papers on distributed systems. While nearly *all* of Lamport's work sh
- [Paxos made live - An engineering perspective](http://research.google.com/archive/paxos_made_live.html) Google's learning while implementing systems atop of Paxos. Demonstrates various practical issues encountered while implementing a theoritical concept.
- [Raft Consensus Algorithm](https://raftconsensus.github.io/) An alternative to Paxos for distributed consensus, that is much simpler to understand. Do checkout an [interesting visualization of raft](http://thesecretlivesofdata.com/raft/)
### Testing
While designing distributed systems are hard enough, testing them is even harder.
- [Drapper](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/36356.pdf), A large scale distributed-systems tracing infrastructure, this is also the basis for the open source [Zipkin](http://zipkin.io/) tool
## Courses
- [Cloud Computing Concepts](https://class.coursera.org/cloudcomputing-001), University of Illinois
- [CMU: Distributed Systems](http://www.cs.cmu.edu/~dga/15-440/F12/syllabus.html) in Go Programming Language