« Back to Index

CRDT: conflict-free replicated data type

View original Gist on GitHub

Tags: #crdt #distributed

CRDT. conflict-free replicated data type.md

Operations on CRDTs need to adhere to the following rules:

Data types as well as operations have to be specifically crafted to meet these rules. CRDTs have known implementations for counters, registers, sets, graphs, and others.