1
0
Fork 0
mirror of https://github.com/theanalyst/awesome-distributed-systems.git synced 2024-11-20 11:08:09 -05:00
A curated list to learn about distributed systems
Find a file
Stjepan Jureković e28f2d5960
Added Akka in Action, Second Edition
Hi,

Stjepan from Manning here. i thought this title might be a good match for your list. Thank you for considering it.

Best,
2021-09-29 11:52:44 +02:00
README.md Added Akka in Action, Second Edition 2021-09-29 11:52:44 +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 and Fault-Tolerance

Testing, monitoring and tracing

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

Programming Models

Verification of Distributed Systems

  • Jepsen A framework for distributed systems verification, with fault injection @aphyr has featured enough times in this list already, but Jepsen and the blog posts that go with are a quintessntial addition to any distributed systems reading list.
  • Verdi A Framework for Implementing and Formally Verifying Distributed Systems Paper

Videos

Courses

Research

Meta Lists

Other lists like this one