# riak_dt **Repository Path**: mirrors_basho/riak_dt ## Basic Information - **Project Name**: riak_dt - **Description**: Convergent replicated datatypes in Erlang - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # riak dt [![Erlang CI Actions Status](https://github.com/basho/riak_dt/workflows/Erlang%20CI/badge.svg)](https://github.com/basho/riak_dt/actions) ## 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.