Conflict-free replicated data type (CRDT)
Topic history | v3 (current) | updated by janarez
Details
Conflict-free replicated data type (CRDT)
see v3 | updated by janarez | Edit topic "Conflict-free replicated data type (CRDT)"
- Title
- Conflict-free replicated data type (CRDT)
- Description
- In distributed computing, a conflict-free replicated data type (CRDT) is a data structure which can be replicated across multiple computers in a network, where the replicas can be updated independently and concurrently without coordination between the replicas, and where it is always mathematically possible to resolve inconsistencies that might come up.The CRDT concept was formally defined in 2011 by Marc Shapiro, Nuno Preguiça, Carlos Baquero and Marek Zawirski. Development was initially motivated by collaborative text editing and mobile computing. CRDTs have also been used in online chat systems, online gambling, and in the SoundCloud audio distribution platform. The NoSQL distributed databases Redis, Riak and Cosmos DB have CRDT data types.
- Link
- https://en.wikipedia.org/?curid=44455674
Conflict-free replicated data type (CRDT)
see v2 | updated by jjones | Edit topic "Conflict-free replicated data type"
- Title
- Conflict-free replicated data type (CRDT)
- Description
- In distributed computing, a conflict-free replicated data type (CRDT) is a data structure which can be replicated across multiple computers in a network, where the replicas can be updated independently and concurrently without coordination between the replicas, and where it is always mathematically possible to resolve inconsistencies that might come up.The CRDT concept was formally defined in 2011 by Marc Shapiro, Nuno Preguiça, Carlos Baquero and Marek Zawirski. Development was initially motivated by collaborative text editing and mobile computing. CRDTs have also been used in online chat systems, online gambling, and in the SoundCloud audio distribution platform. The NoSQL distributed databases Redis, Riak and Cosmos DB have CRDT data types.
- Link
- https://en.wikipedia.org/?curid=44455674
Conflict-free replicated data type
see v1 | created by jjones | Add topic "Conflict-free replicated data type"
- Title
- Conflict-free replicated data type
- Description
- In distributed computing, a conflict-free replicated data type (CRDT) is a data structure which can be replicated across multiple computers in a network, where the replicas can be updated independently and concurrently without coordination between the replicas, and where it is always mathematically possible to resolve inconsistencies that might come up.The CRDT concept was formally defined in 2011 by Marc Shapiro, Nuno Preguiça, Carlos Baquero and Marek Zawirski. Development was initially motivated by collaborative text editing and mobile computing. CRDTs have also been used in online chat systems, online gambling, and in the SoundCloud audio distribution platform. The NoSQL distributed databases Redis, Riak and Cosmos DB have CRDT data types.
- Link
- https://en.wikipedia.org/?curid=44455674
resources
relates to CRDTs for Mortals - James Long at dotJS 2019
compared in I was wrong. CRDTs are the future
treated in
cons given in Are CRDTs suitable for shared editing?
treated in CRDT: Conflict-free Replicated Data Types
cons given in How Figma’s multiplayer technology works
treated in CRDTs: Part 1
treated in An introduction to state-based CRDTs
discussed in In Search of a Local-First Database
treated in Faster CRDTs: An Adventure in Optimization
treated in CRDTs - Everything I know
treated in Peritext: A CRDT for Rich-Text Collaboration
authors
This topic has no history of related authors.