crdt-implementations
There are 37 repositories under crdt-implementations topic.
automerge/automerge-swift
Swift language bindings presenting Automerge
y-crdt/y-octo
CRDT implementation which is compatible with https://github.com/yjs/yjs
jackyzha0/bft-json-crdt
π° the first JSON-like Byzantine Fault Tolerant CRDT
heckj/CRDT
Conflict-free Replicated Data Types in Swift
arn4v/offline-first
A list of projects in the offline-first storage, sync & realtime collaboration/multiplayer space. [PRs welcome]
evidentsystems/converge
A convergent reference type for Clojure(Script) via on an OpSets-based CRDT
boostcampwm-2022/web27-Wabinar
π» νμμ κΈ°λ‘μ νλ²μ π
elem-azar-unis/CRDT-Redis
CRDTs implemented in Redis
concordant/c-crdtlib
The Concordant Conflict-Free Replicated Datatypes (CRDT) library.
orda-io/orda
Orda: A client and server written in Go. CRDT-based data synchronization supporting document database.
bluk/CRDT
Convergent and Commutative Replicated Data Types implementation in Swift
concordant/c-markdown-editor
A CRDT based collaborative markdown editor.
DavidBuchanan314/merkle-search-tree
An abstract implementation of a Merkle Search Tree, structurally compatible with ATProto's instantiation
gmcabrita/antidote_ccrdt
:floppy_disk: Non-uniform operation-based CRDT implementations to use with AntidoteDB
nyris/Nyris.Crdt
Conflict-Free Replicated Data Type implementations in C#
concordant/mini-app
A mini demonstration applications for the Concordant platform.
orda-io/orda-js
Orda-js: A typescript/javascript library for orda project. CRDT-based data synchronization supporting document database.
dev-badace/live-text-crdt
A Text Crdt implementation on top of the liveblocks platform, and tiptap (prosemirror) text editor
dozyio/js-ds-crdt
A distributed typescript / javascript datastore implementation using Merkle-CRDTs.
imgen/GrowOnlyCounter-CRDT
C# sample implementation of the Grow-only Counter CRDT structure
Jumaruba/crdt-sample
Some CRDT samples to be used as reference
jibinmathew69/LWW-Element-Set
LWW Element Set is an algorithm under Conflict-free replicated data type(CRDT), here is the Python implementation
andriimartynov/cats-crdt
This is an implementation in progress of various conflict free replicated datatypes (CRDT) in Scala.
besok/msa-nd-box
simple implementations for MicroServiceArchitecture patterns
bishoybasily/k8s-crd
Kubernetes | Extending the functionality of your cluster with CRDs and Java Controllers
concordant/c-sudoku
A CRDT based collaborative Sudoku.
DebhoraDsouza/CRDT
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.
elleFlorio/crdt
Go implementation of some CRDTs
nicpoyia/crdt-graph
Implementation of LWW-Element-Graph in PHP
ChloeLo27/LLW-Element-Set
A Python implementation of LLW Element Set following a hybrid approach that allows time travel.
hankug1234/crdt-implement-project
implement crdt application as java
phucnm/SwiftLogootUndo
An implementation of Logoot-Undo in Swift
SagnikH/Peer-Programming
Code. Chat. Collaborate. A collaborative code editor, for your mock interviews & coding assessments.
roychowdhuryrohit-dev/projectmeer
An distributed truly peer-to-peer collaborative text editor based on Conflict-Free Replicated Data Type (CRDT)
srinathln7/gossip-gloomers
My solutions to a series of distributed system challenges from Fly.io
kalibani/crdt-tic-tac-toe
Tic Tac Toe Game