crdt-playground
Causal Tree CRDT
An educational implementation of a causal tree-based CRDT in Swift, demonstrating operational consistency and peer-to-peer syncing capabilities.
296 stars
9 watching
20 forks
Language: Swift
last commit: over 5 years ago
Linked from 1 awesome list
causal-treescloudkitcollaborative-editingcrdtcvrdtdistributed-systemseventual-consistencyicloud-syncpeer-to-peersync
Related projects:
Repository | Description | Stars |
---|---|---|
asonge/loom | A collection of composable and extensible conflict-free data types designed to track causality for modifications | 224 |
nkohari/kseq | An implementation of a simple CRDT that represents an ordered sequence of items, designed to handle concurrent modifications in collaborative editing systems. | 57 |
basho/riak_dt | A set of implementations of Convergent Replicated Data Types in Erlang. | 353 |
netopyr/wurmloch-crdt | Experimental implementations of CRDTs for the JVM to enable conflict-free data sharing in distributed systems | 116 |
fthomas/crjdt | A high-level API to the conflict-free replicated JSON datatype in Scala | 297 |
ricardobcl/dotted-version-vectors | A data structure to track the causal history of values in a distributed key-value store | 351 |
khaledsukkar2/django-swift-crud | A package that simplifies setting up CRUD operations in Django models with a streamlined view class | 20 |
chat-wane/causaltrack | A framework for tracking causality between events in real-time | 2 |
ipfs-shipyard/peer-crdt | An extensible collection of operation-based CRDTs for peer-to-peer networks | 60 |
yousefed/matrix-crdt | A framework for using Matrix as a real-time backend for collaborative web applications with automatic sync. | 729 |
chokkan/crfsuite | An implementation of Conditional Random Fields for labeling sequential data | 648 |
fentechsolutions/causaldiscoverytoolbox | A comprehensive Python package for causal inference and graph structure recovery from observational data | 1,128 |
aemoncannon/croqodile | Enables rapid development of multi-user flash applications by abstracting networking and state synchronization | 14 |
teamhg-memex/sklearn-crfsuite | A Python wrapper around CRFsuite, providing an interface similar to scikit-learn. | 426 |
jboner/akka-crdt | An eventually consistent, distributed database using CRDTs and Akka Cluster | 227 |