ipfs-shipyard / peer-crdt

Peer CRDT
MIT License
60 stars 8 forks source link

Implement a JSON CRDT #1

Open pgte opened 6 years ago

pgte commented 6 years ago

As described in https://arxiv.org/pdf/1608.03960.pdf.

gpestana commented 6 years ago

Isn't there any JSON CRDT implementation in js that could be used instead?

pgte commented 6 years ago

There is Automerge, by one of the authors of the JSON-CRDT paper: https://github.com/automerge/automerge

pgte commented 6 years ago

BTW, who wants to take lead explaining the JSON CRDT? :) https://github.com/ipfs/research-CRDT/issues/35

gpestana commented 6 years ago

I can take this forward. I've been digging deep into it to be able to implement it in golang https://github.com/gpestana/crdt-json

I'll keep the discussion in ipfs/research-CRDT#35