Skip to content
This repository has been archived by the owner on May 3, 2018. It is now read-only.
/ riak_dt Public archive
forked from sargun/riak_dt

Convergent replicated datatypes in Erlang

License

Notifications You must be signed in to change notification settings

mesosphere/riak_dt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Packages

No packages published

Languages

  • Erlang 99.3%
  • Makefile 0.7%