Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #34 from ipfs/pgte-patch-2
Browse files Browse the repository at this point in the history
add links to CRDT primer
  • Loading branch information
pgte authored Apr 16, 2018
2 parents 5eccaf2 + 957936b commit 3e1bfab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ It may be useful to be familiar with these concepts in order to be able to under
* [Lattice](https://en.wikipedia.org/wiki/Lattice_(order))
* [Semilattice](https://en.wikipedia.org/wiki/Semilattice)

For a great explanation of these concepts plus what is a "Monotonic Join Semilattice", take a look at this great article:

* [A CRDT Primer Part I: Defanging Order Theory](http://jtfmumm.com/blog/2015/11/17/crdt-primer-1-defanging-order-theory/)

### Papers

- [Conflict-free replicated data types](https://scholar.google.pt/citations?view_op=view_citation&hl=en&user=NAUDTpMAAAAJ&citation_for_view=NAUDTpMAAAAJ:M3ejUd6NZC8C)
Expand All @@ -33,6 +37,11 @@ It may be useful to be familiar with these concepts in order to be able to under
- [LSEQ: an Adaptive Structure for Sequences in Distributed Collaborative Editing](https://hal.archives-ouvertes.fr/hal-00921633/document)
- [A Conflict-Free Replicated JSON Datatype](https://arxiv.org/pdf/1608.03960.pdf)

### Primers

* [A CRDT Primer Part I: Defanging Order Theory](http://jtfmumm.com/blog/2015/11/17/crdt-primer-1-defanging-order-theory/)
* [A CRDT Primer Part II: Convergent CRDTs](http://jtfmumm.com/blog/2015/11/24/crdt-primer-2-convergent-crdts/)

### Books

### Lectures
Expand Down

0 comments on commit 3e1bfab

Please sign in to comment.