1 مستودع
Mechanisms to detect and filter echoed updates in bi-directional replication to prevent infinite data loops.
Distinct from Logical Replication Ingestion: Specific to preventing circular replication in bi-directional sync, unlike general logical replication ingestion.
Explore 1 awesome GitHub repository matching data & databases · Replication Loop Avoidance. Refine with filters or upvote what's useful.
Otter is a distributed database synchronization system and change data capture tool designed to replicate data between databases across multiple geographic regions. It functions as a synchronization orchestrator and ETL data pipeline that mirrors records and associated files in real time. The system employs incremental log parsing to capture database changes and utilizes a consistency-based convergence algorithm and loop-avoidance logic to manage bi-directional replication. It processes data through a pipeline of selection, extraction, transformation, and loading to handle joins and format co
Implements loop-avoidance logic to prevent infinite data loops during bi-directional synchronization.