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: about 6 years ago
Linked from 1 awesome list
causal-treescloudkitcollaborative-editingcrdtcvrdtdistributed-systemseventual-consistencyicloud-syncpeer-to-peersync
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A collection of composable and extensible conflict-free data types designed to track causality for modifications | 224 |
| | An implementation of a simple CRDT that represents an ordered sequence of items, designed to handle concurrent modifications in collaborative editing systems. | 57 |
| | A set of implementations of Convergent Replicated Data Types in Erlang. | 353 |
| | Experimental implementations of CRDTs for the JVM to enable conflict-free data sharing in distributed systems | 119 |
| | A high-level API to the conflict-free replicated JSON datatype in Scala | 297 |
| | A data structure to track the causal history of values in a distributed key-value store | 352 |
| | A package that simplifies setting up CRUD operations in Django models with a streamlined view class | 20 |
| | A framework for tracking causality between events in real-time | 2 |
| | An extensible collection of operation-based CRDTs for peer-to-peer networks | 60 |
| | A framework for using Matrix as a real-time backend for collaborative web applications with automatic sync. | 731 |
| | An implementation of Conditional Random Fields for labeling sequential data | 649 |
| | A comprehensive Python package for causal inference and graph structure recovery from observational data | 1,135 |
| | Enables rapid development of multi-user flash applications by abstracting networking and state synchronization | 14 |
| | A Python wrapper around CRFsuite, providing an interface similar to scikit-learn. | 425 |
| | An eventually consistent, distributed database using CRDTs and Akka Cluster | 227 |