ajermakovics / crdts

Simple Conflict-free Replicated Data Types (CRDTs) for Java
MIT License
34 stars 7 forks source link

question about compound crdt #3

Open ghost opened 9 years ago

ghost commented 9 years ago

have you worked out how to construct meaningful rows of CRDT's in order to make a data set ?

these are called compound data types. the problem as i see it is that a row make up crdt's need to merge as one atomic unit.

curious about this area. It would be very cool for Hazel i expect, but lots of other systems

ajermakovics commented 9 years ago

Hi @gedw99 Thanks for the suggestion! I'm not yet familiar with the concept. Do you mean CRDTs composed of other CRDTs? Perhaps you have a link to something where this is described or implemented

ajermakovics commented 9 years ago

http://blog.acolyer.org/2015/08/17/lasp-a-language-for-distributed-coordination-free-programming/