Automerge is a distributed state synchronization engine and library for conflict-free replicated data types. It enables multiple nodes to perform concurrent updates to a shared dataset while guaranteeing that all replicas eventually converge to the same state. The project provides a high-performance implementation written in Rust to manage state merging and synchronization. It employs a byte-compressed synchronization protocol to transmit minimal delta updates between peers, facilitating data consistency in peer-to-peer and real-time collaborative environments. The system covers broad capabi
Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis
Loro is a conflict-free replicated data type (CRDT) framework and collaborative state engine designed for building real-time collaborative applications. It provides a distributed data synchronizer that enables multiple users to edit shared documents and complex nested structures—such as maps, lists, trees, and counters—with automatic state convergence without requiring a central server. The project distinguishes itself through a versioned document store that supports branching, forking, and merging via a directed acyclic graph of causal operation history. It enables advanced version control c
Iroh is a peer-to-peer networking stack and distributed system designed for secure direct connections, content-addressed storage, and synchronized data sharing. It provides a foundation for decentralized applications by combining a QUIC-based networking layer with primitives for distributed state and data transfer. The project distinguishes itself through a comprehensive suite of decentralized capabilities, including a distributed data store using conflict-free replicated data types for collaborative synchronization and a content-addressed storage system for verifiable, resumable transfers of
Este proyecto proporciona una colección de tipos de datos replicados libres de conflicto (CRDT) implementados en Rust, diseñados para permitir la sincronización de estado determinista a través de sistemas distribuidos. Funciona como un framework para mantener la consistencia de datos en entornos descentralizados donde no existe una coordinación central.
Las características principales de rust-crdt/rust-crdt son: Conflict-Free Replicated Data Types, Rust-Based CRDT Implementations, Lattice-Based Data Merging, Vector Clocks, Data Sync Conflict Resolution, Distributed State Synchronization, Actor Identity Tracking, Database State Replication.
Las alternativas de código abierto para rust-crdt/rust-crdt incluyen: automerge/automerge — Automerge is a distributed state synchronization engine and library for conflict-free replicated data types. It… hazelcast/hazelcast — Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to… loro-dev/loro — Loro is a conflict-free replicated data type (CRDT) framework and collaborative state engine designed for building… n0-computer/iroh — Iroh is a peer-to-peer networking stack and distributed system designed for secure direct connections,… josephg/sharejs — ShareJS is a collaborative document database and synchronization engine designed for real-time shared state… lni/dragonboat — Dragonboat is a Go implementation of the Raft consensus protocol designed to maintain consistent state across a…