awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesReplication Group Configurations

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.

Awesome Replication Group Configurations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • crunchydata/postgres-operatorCrunchyData का अवतार

    CrunchyData/postgres-operator

    4,423GitHub पर देखें↗

    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.

    Go
    GitHub पर देखें↗4,423
  • shayonj/pg_easy_replicateshayonj का अवतार

    shayonj/pg_easy_replicate

    1,034GitHub पर देखें↗

    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.

    Rubyhacktoberfesthigh-availabilitylogical-replication
    GitHub पर देखें↗1,034
  1. Home
  2. Data & Databases
  3. Database Replication Tools
  4. Replication Group Configurations

सब-टैग एक्सप्लोर करें

  • Replication Mode ConfigurationsSettings for determining the synchronization mode between database nodes. **Distinct from Replication Group Configurations:** Focuses on the choice between synchronous and asynchronous replication modes rather than table-level grouping.