Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Conflict-Free Replicated Data Types (CRDTs) in Distributed Systems
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Agenda
- 3 Strong Eventually Consistent
- 4 Global Distributed Databases
- 5 Local First Applications
- 6 Collaborative Applications
- 7 What are CRDTs
- 8 How to use CRDTs
- 9 What are shared data types
- 10 How do CRDTs work
- 11 Order Theory
- 12 Collaborative Counter
- 13 tradeoffs
- 14 networking protocols
- 15 updates
- 16 commutative
- 17 associativity
- 18 crdt libraries
- 19 Summary
- 20 Conclusion
- 21 Barriers to adoption
- 22 Traditional storage mechanisms
- 23 Real implications of data distribution
- 24 Open source options