1
0
Fork 0
mirror of https://github.com/theanalyst/awesome-distributed-systems.git synced 2025-02-10 15:34:36 -05:00
A curated list to learn about distributed systems
Find a file
Abhishek L bd5f04afd2 Merge pull request #9 from lbragaglia/fix-dapper-typo
Fix Dapper typo and add other projects
2016-06-15 10:19:55 +02:00
README.md Fix Dapper typo and add other projects 2016-06-14 18:34:50 +02:00

awesome-distributed-systems

A (hopefully) curated list on awesome material on distributed systems, inspired by other awesome frameworks like awesome-python. Most links will tend to be readings on architecture itself rather than code itself.

Bootcamp

Read things here before you start.

Books

Papers

Must read papers on distributed systems. While nearly all of Lamport's work should feature here, just adding a few that must be read.

Storage & Databases

Messaging systems

Distributed Consensus

Testing, monitoring and tracing

While designing distributed systems are hard enough, testing them is even harder.

  • Dapper, Google's large scale distributed-systems tracing infrastructure, this was also the basis for the design of open source projects such as Zipkin, Pinpoint and HTrace.

Courses

Meta Lists

Other lists like this one