AriaMinaei / research-CRDT

Repo to organize our ideas about research implementations of CRDTs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRDT Research

Discussions and Planning about getting CRDT implementation on top of IPFS & libp2p

tl;dr;

CRDT, or Conflict-Free Replicated Data Types, is a type of specially-designed data structure used to achieve strong eventual consistency (SEC) and monotonicity (absence of rollbacks).

Discussions

CRDT Research Review (papers, books, talks, lectures, etc)

Papers

Books

Lectures

Talks

Notes and blog posts

Available libraries and systems using CRDT

CRDT libraries using IPFS

Terms

There is an IPFS Glossary, a work in progress, which should have definitions for terms used in CRDT. If you are consistently running into terms that you do not know the meaning of, please open an issue on that repository and we can work on a definition that will help you (and others!) going forward.

About

Repo to organize our ideas about research implementations of CRDTs.

License:MIT License