Module replication

Module replication 

Source
Expand description

Graph-aware data replication extending ruvector-replication

Provides graph-specific replication strategies:

  • Vertex-cut replication for high-degree nodes
  • Edge replication with consistency guarantees
  • Subgraph replication for locality
  • Conflict-free replicated graphs (CRG)

Structs§

GraphReplication
Graph replication manager
GraphReplicationConfig
Graph replication configuration
ReplicaHealth
Replica health information
ReplicationStats
Replication statistics

Enums§

ReplicationStrategy
Graph replication strategy