Skip to content

Instantly share code, notes, and snippets.

Created November 23, 2016 16:06
Show Gist options
  • Save anonymous/c93c3df4158e8ee086ba249b2f50c782 to your computer and use it in GitHub Desktop.
Save anonymous/c93c3df4158e8ee086ba249b2f50c782 to your computer and use it in GitHub Desktop.
Interesting stuff on Distributed Systems
The Fallacies of Distributed Systems - https://www.youtube.com/watch?v=JG2ESDGwHHY
Event Sourcing - https://www.youtube.com/watch?v=8JKjvY4etTY
From REST to CQRS with Clojure, Kafka, & Datomic - https://www.youtube.com/watch?v=qDNPQo9UmJA
Microservices at Netflix - https://www.youtube.com/watch?v=57UK46qfBLY
Consistency without consensus in production systems - https://www.youtube.com/watch?v=em9zLzM8O7c
Deconstructing the database - https://www.youtube.com/watch?v=Cym4TZwTCNU
Other resources:
The Aphyr blog: https://aphyr.com/posts (especially the one on Linearizability/Consistency)
CAP theorem series: http://blog.thislongrun.com/2015/03/the-cap-theorem-series.html
Microservices: https://specify.io/concepts/microservices
Scaling Microservices with an Event Stream: https://www.thoughtworks.com/de/insights/blog/scaling-microservices-event-stream
Maybe some from https://github.com/JanVanRyswyck/awesome-talks
@fterrier
Copy link

Keynote: Silence is Golden: Coordination-Avoiding ... https://www.youtube.com/watch?v=EYJnWttrC9k

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment