Skip to content

basho/riak_dt

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

85a9eab · Nov 16, 2016
Nov 11, 2016
Feb 13, 2016
Nov 16, 2016
May 28, 2014
Nov 10, 2016
Sep 7, 2012
Sep 8, 2012
Jan 17, 2014
Jun 6, 2013
May 30, 2013
Nov 10, 2016
Jan 29, 2014

Repository files navigation

riak dt

WHAT?

A set of state based CRDTs implemented in Erlang and on the paper - [A Comprehensive study of Convergent and Commutative Replicated Data Types] (http://hal.inria.fr/docs/00/55/55/88/PDF/techreport.pdf) - which you may find an interesting read.

What happend to riak_dt, the database?

Riak is getting CRDT support built in, so we've archived the old riak_dt in the branch prototype. No further work will be done on it. This repo is now a resuable library of Quickcheck tested implementations of CRDTs.