Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basho/riak_dt
Convergent replicated datatypes in Erlang
https://github.com/basho/riak_dt
Last synced: 3 months ago
JSON representation
Convergent replicated datatypes in Erlang
- Host: GitHub
- URL: https://github.com/basho/riak_dt
- Owner: basho
- License: apache-2.0
- Created: 2011-11-24T08:34:12.000Z (almost 13 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-14T09:30:19.000Z (over 1 year ago)
- Last Synced: 2024-07-20T12:45:09.696Z (4 months ago)
- Language: Erlang
- Homepage:
- Size: 3.97 MB
- Stars: 351
- Watchers: 100
- Forks: 70
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-erlang - riak_dt - Erlang library of state based CRDTs. (Algorithms and Datastructures)
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.