# CRDT
CRDTs are [[Data Structures]] that can be updated [[Concurrency|concurrently]], without any locking or coordination, and will remain [[Consistency|consistent]]. They are often used for [[Collaborative Editing]] in [[Distributed Systems]].
## Books
- [[BOOK - Designing Data-intensive Applications - Martin Kleppmann]]
## Links
- [GitHub - ljwagerfield/crdt: CRDT Tutorial for Beginners (a digestible explanation with less math!)](https://github.com/ljwagerfield/crdt)