jzhao.xyz

Search

Search IconIcon to open search

Distributed Systems

Last updated May 3, 2022 Edit Source

A distributed system can be defined as multiple computers (nodes) communicating via a network trying to achieve some task together.

# Martin Kleppmann’s Course

Notes from Martin Kleppmann’s Distributed Systems Course (he’s the guy who wrote “Designing Data-Intensive Applications” O’Reilly 2017). He has a set of course notes on his teaching site as well.

How do we share data amongst different concurrent entities?

# Why distributed?

# Why not distributed?

# Notes