ipfs / notes

IPFS Collaborative Notebook for Research
MIT License
400 stars 33 forks source link

Automerge #410

Open mattlenz opened 6 years ago

mattlenz commented 6 years ago

Automerge (https://github.com/automerge/automerge) uses CRDTs. There is a discussion on Hacker News (https://news.ycombinator.com/item?id=16309533)

mattlenz commented 6 years ago

and a related paper https://arxiv.org/abs/1608.03960

daviddias commented 6 years ago

@pgte have you looked into this one? Also https://github.com/automerge/automerge/issues/54

pgte commented 6 years ago

Yes I have, throughly. It's a very interesting CRDT that minimizes data loss over deeply nested JSON structures. Looking at this specific issue now..