1 repository
Tools that automate the lifecycle of database-native replication slots, publications, and subscriptions to maintain data consistency between nodes.
Distinguishing note: None of the candidates relate to database-native logical replication; they focus on digital publishing or container registries.
Explore 1 awesome GitHub repository matching data & databases · Database Replication Orchestrators. Refine with filters or upvote what's useful.
pgeasyreplicate is a command-line utility designed to orchestrate database migrations and logical replication between PostgreSQL instances. It functions as a migration orchestrator that manages the entire lifecycle of data synchronization, from initial schema propagation to the final transition of application traffic. The tool distinguishes itself through state-aware switchover logic, which coordinates the movement of operations by verifying replication lag and enforcing write locks to prevent data loss. It provides granular control over data movement by allowing users to organize tables in
Manages the lifecycle of database-native replication slots and publication groups to ensure consistent data flow between nodes.