2 रिपॉजिटरी
Organizes database tables into logical sets to control which data moves between systems.
Distinct from Database Replication Tools: Distinct from Database Replication Tools: focuses on granular table-level grouping rather than general replication management.
Explore 2 awesome GitHub repositories matching data & databases · Replication Group Configurations. Refine with filters or upvote what's useful.
This project is a Kubernetes operator designed for deploying and managing production PostgreSQL database clusters using declarative configurations. It functions as a controller that synchronizes the actual state of database clusters with a desired state, providing a system for high availability orchestration, automated backup and recovery, and containerized database administration. The operator distinguishes itself through a comprehensive data protection suite that supports point-in-time recovery, multi-mode backups to cloud object storage, and cluster cloning. It ensures continuous availabil
Configures synchronous or asynchronous replication to balance data durability against transaction performance.
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
Organizes database tables into logical sets to control exactly which data moves between systems.