bsc-dom / dataclay

Python distributed data store that enables remotely access and method execution.
https://dataclay.bsc.es/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Implement Conflict-free replicated data types #14

Open marcmonfort opened 1 year ago

marcmonfort commented 1 year ago

Ensuring both sequential and strong consistency simultaneously is not a feasible approach. This is because achieving such levels of consistency would necessitate the use of atomic activemethods, effectively rendering the need for replicas obsolete. In essence, the system would behave equivalently to utilizing a single master instance.

Alternative: Implement different Conflict free replicated data types which by design ensure eventual consistency.