sydpc / papers

The repo for the papers
9 stars 2 forks source link

CRDT Papers #1

Closed tmcgilchrist closed 10 years ago

tmcgilchrist commented 10 years ago

There are actually 2 main papers on CRDTs that I was thinking of:

  1. CRDTs: Consistency without concurrency control (http://pagesperso-systeme.lip6.fr/Marc.Shapiro/papers/RR-6956.pdf)
  2. A Comprehensive Study of Convergent and Commutative Replicated Data Types ( http://hal.upmc.fr/docs/00/55/55/88/PDF/techreport.pdf)

The first one is a svelte 15 pages, whilst the second one is comprehensive at 50 pages. I'm thinking we probably want to tackle the shorter version in depth and we can branch out into parts of the second time permitting.

What do you think @possiblywrong?

possiblywrong commented 10 years ago

Let's go with #1 as you suggest. I think it'll be more manageable. I have however referenced the #2 in the meetup too, it should help with the discussion. Please add these to the repo in a file called paper2.txt, you should now have commit perms.

tmcgilchrist commented 10 years ago

Done.