awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rust-crdt avatar

rust-crdt/rust-crdt

0
View on GitHub↗
1,542 stele·64 fork-uri·Rust·Apache-2.0·6 vizualizări

Rust Crdt

Acest proiect oferă o colecție de tipuri de date replicate fără conflicte (CRDT) implementate în Rust, concepute pentru a permite sincronizarea deterministă a stării în sisteme distribuite. Funcționează ca un framework pentru menținerea consistenței datelor în medii descentralizate unde coordonarea centrală lipsește.

Biblioteca facilitează sincronizarea stării distribuite prin urmărirea contextului cauzal și a identificatorilor unici de actor pentru fiecare participant. Această abordare permite sistemului să rezolve modificările concurente prin structuri matematice de tip lattice, asigurând că toate replicile converg către aceeași stare, indiferent de ordinea în care sunt primite actualizările.

Utilizatorii pot gestiona replicarea datelor fie prin sincronizare bazată pe stare, care propagă snapshot-uri complete, fie prin propagare bazată pe operații, care transmite evenimente de mutație incrementale. Aceste mecanisme susțin dezvoltarea aplicațiilor offline-first, permițând modificărilor locale să fie îmbinate consistent odată ce conectivitatea la rețea este restabilită.

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.

Istoric stele

Graficul istoricului de stele pentru rust-crdt/rust-crdtGraficul istoricului de stele pentru rust-crdt/rust-crdt

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Rust Crdt

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Rust Crdt.
  • automerge/automergeAvatar automerge

    automerge/automerge

    6,373Vezi pe 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
    Vezi pe GitHub↗6,373
  • hazelcast/hazelcastAvatar hazelcast

    hazelcast/hazelcast

    6,570Vezi pe 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
    Vezi pe GitHub↗6,570
  • loro-dev/loroAvatar loro-dev

    loro-dev/loro

    5,374Vezi pe 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
    Vezi pe GitHub↗5,374
  • n0-computer/irohAvatar n0-computer

    n0-computer/iroh

    7,858Vezi pe 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
    Vezi pe GitHub↗7,858
Vezi toate cele 30 alternative pentru Rust Crdt→

Întrebări frecvente

Ce face rust-crdt/rust-crdt?

Acest proiect oferă o colecție de tipuri de date replicate fără conflicte (CRDT) implementate în Rust, concepute pentru a permite sincronizarea deterministă a stării în sisteme distribuite. Funcționează ca un framework pentru menținerea consistenței datelor în medii descentralizate unde coordonarea centrală lipsește.

Care sunt principalele funcționalități ale rust-crdt/rust-crdt?

Principalele funcționalități ale rust-crdt/rust-crdt sunt: 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.

Care sunt câteva alternative open-source pentru rust-crdt/rust-crdt?

Alternativele open-source pentru rust-crdt/rust-crdt includ: 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…

Colecții curatoriate care includ Rust Crdt

Colecții selectate manual în care apare Rust Crdt.
  • un instrument pentru rezolvarea conflictelor de merge