There are 3 repositories under crdt-implementations topic.
Swift language bindings presenting Automerge
🏰 the first JSON-like Byzantine Fault Tolerant CRDT
A list of projects in the offline-first storage, sync & realtime collaboration/multiplayer space. [PRs welcome]
A convergent reference type for Clojure(Script) via on an OpSets-based CRDT
CRDTs implemented in Redis
💻 회의와 기록을 한번에 📝
The Concordant Conflict-Free Replicated Datatypes (CRDT) library.
A CRDT based collaborative markdown editor.
:floppy_disk: Non-uniform operation-based CRDT implementations to use with AntidoteDB
An abstract implementation of a Merkle Search Tree, structurally compatible with ATProto's instantiation
A mini demonstration applications for the Concordant platform.
Conflict-Free Replicated Data Type implementations in C#
A Text Crdt implementation on top of the liveblocks platform, and tiptap (prosemirror) text editor
C# sample implementation of the Grow-only Counter CRDT structure
LWW Element Set is an algorithm under Conflict-free replicated data type(CRDT), here is the Python implementation
This is an implementation in progress of various conflict free replicated datatypes (CRDT) in Scala.
simple implementations for MicroServiceArchitecture patterns
Kubernetes | Extending the functionality of your cluster with CRDs and Java Controllers
A CRDT based collaborative Sudoku.
In distributed computing, a conflict-free replicated data type (CRDT) is a data structure which can be replicated across multiple computers in a network, where the replicas can be updated independently and concurrently without coordination between the replicas, and where it is always mathematically possible to resolve inconsistencies that might come up.
A distributed typescript / javascript datastore implementation using Merkle-CRDTs.
Go implementation of some CRDTs
Implementation of LWW-Element-Graph in PHP
A Python implementation of LLW Element Set following a hybrid approach that allows time travel.
implement crdt application as java
An implementation of Logoot-Undo in Swift
Code. Chat. Collaborate. A collaborative code editor, for your mock interviews & coding assessments.
An distributed truly peer-to-peer collaborative text editor based on Conflict-Free Replicated Data Type (CRDT)
My solutions to a series of distributed system challenges from Fly.io