awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
rust-crdt avatar

rust-crdt/rust-crdt

0
View on GitHub↗
1,542 stars·64 forks·Rust·Apache-2.0·26 views

Rust Crdt

This project provides a collection of conflict-free replicated data types implemented in Rust, designed to enable deterministic state synchronization across distributed systems. It functions as a framework for maintaining data consistency in decentralized environments where central coordination is absent.

The library facilitates distributed state synchronization by tracking causal context and unique actor identifiers for every participant. This approach allows the system to resolve concurrent modifications through mathematical lattice structures, ensuring that all replicas converge to the same state regardless of the order in which updates are received.

Users can manage data replication through either state-based synchronization, which propagates full snapshots, or operation-based propagation, which broadcasts incremental mutation events. These mechanisms support the development of offline-first applications by allowing local modifications to be merged consistently once network connectivity is restored.

Features

  • Conflict-Free Replicated Data Types - Provides a collection of conflict-free replicated data types for deterministic state synchronization in distributed systems.
  • Rust-Based CRDT Implementations - Offers a high-performance library of serializable conflict-free replicated data types implemented in Rust.
  • Lattice-Based Data Merging - Uses mathematical lattice structures to guarantee deterministic state merging across independent system participants.
  • Vector Clocks - Implements vector clocks to track causal dependencies and ensure logically consistent state convergence across distributed replicas.
  • Data Sync Conflict Resolution - Resolves concurrent data conflicts deterministically by leveraging causal context and actor identifiers.
  • Distributed State Synchronization - Maintains consistent distributed state across nodes using conflict-free data types and automated synchronization models.
  • Actor Identity Tracking - Provides mechanisms to track unique participant identities to distinguish concurrent modifications in distributed data structures.
  • Database State Replication - Facilitates data replication through both full state snapshots and incremental operation logs to optimize network performance.
  • Data Synchronization and Consistency - Provides a framework of data structures that resolve concurrent modifications to ensure eventual consistency.
  • Consistency Models - Ensures eventual consistency in decentralized environments where network partitions prevent real-time communication.
  • Concurrent State Merging - Enables state-based synchronization by propagating full snapshots and merging them using idempotent functions.
  • Offline-First Synchronization - Supports offline-first application development by allowing local modifications that merge seamlessly upon reconnection.
  • Replicated State Machines - Implements a toolkit for synchronizing distributed state via snapshots or operation logs to maintain consistency.
  • CRDT State Propagation - Supports operation-based propagation to broadcast incremental mutation events between distributed peers.

Star history

Star history chart for rust-crdt/rust-crdtStar history chart for rust-crdt/rust-crdt

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Rust Crdt

These projects share indexed features with Rust Crdt. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • automerge/automergeautomerge avatar

    automerge/automerge

    6,373View on GitHub↗

    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

    JavaScript
    View on GitHub↗6,373
  • hazelcast/hazelcasthazelcast avatar

    hazelcast/hazelcast

    6,570View on GitHub↗

    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

    Javabig-datacachingdata-in-motion
    View on GitHub↗6,570
  • loro-dev/loroloro-dev avatar

    loro-dev/loro

    5,374View on GitHub↗

    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

    Rustcollaborative-editingcrdtlocal-first
    View on GitHub↗5,374
  • n0-computer/irohn0-computer avatar

    n0-computer/iroh

    7,858View on GitHub↗

    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

    Rustdoes-anyone-read-thesememesp2p
    View on GitHub↗7,858
Compare all 30 related projects→

Frequently asked questions

What does rust-crdt/rust-crdt do?

This project provides a collection of conflict-free replicated data types implemented in Rust, designed to enable deterministic state synchronization across distributed systems. It functions as a framework for maintaining data consistency in decentralized environments where central coordination is absent.

What are the main features of rust-crdt/rust-crdt?

The main features of rust-crdt/rust-crdt are: 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.

Which projects share features with rust-crdt/rust-crdt?

Projects with overlapping indexed features include: 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…

Curated searches featuring Rust Crdt

Hand-picked collections where Rust Crdt appears.
  • a tool for resolving merge conflicts