This course dives into CRDTs, otherwise known as Conflict-free Replicated Data Types - a structure allowing multiple machines in a network to replicate data. They are highly used in collaborative text editing, mobile computing, online gambling, and many other common use cases. This course will explore the theory, types, comparisons, implementations, and industry uses.
Section 1. Conflict-free Replicated Data Types