Open jeannieyeliu opened 5 years ago
This involve several different scenarios:
[ ] collaborative - several users operation on the same configuration, need to remain consistency [Operational Transformation -]((https://en.wikipedia.org/wiki/Operational_transformation)
[ ] centralized - the replicas can be updated independently and concurrently without coordination between the replicas, and where it is always mathematically possible to resolve inconsistencies which might result. Conflict-free replicated data type
[ ] Lvars vs. CRDT
need to think of how these method might be useful in graph database system yet.
This involve several different scenarios:
[ ] collaborative - several users operation on the same configuration, need to remain consistency [Operational Transformation -]((https://en.wikipedia.org/wiki/Operational_transformation)
[ ] centralized - the replicas can be updated independently and concurrently without coordination between the replicas, and where it is always mathematically possible to resolve inconsistencies which might result. Conflict-free replicated data type
[ ] Lvars vs. CRDT
need to think of how these method might be useful in graph database system yet.