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,423在 GitHub 上查看↗

    这是一个 Kubernetes Operator,旨在通过声明式配置部署和管理生产级 PostgreSQL 数据库集群。它作为一个控制器,将数据库集群的实际状态与期望状态同步,提供了一个用于高可用性编排、自动化备份与恢复以及容器化数据库管理的系统。 该 Operator 的特色在于其全面的数据保护套件,支持时间点恢复、到云对象存储的多模式备份以及集群克隆。它使用分布式共识实现自动化故障转移,确保持续可用性,并通过集成的连接池支持复杂的流量管理。 该项目涵盖了广泛的操作功能,包括同步和异步复制、通过专用监控堆栈进行遥测收集,以及具有自动化 TLS 证书轮换的安全身份管理。它还提供了用于存储卷扩展、数据库引擎更新以及集成各种数据库扩展的工具。 该控制器使用可自定义的清单安装到集群中,以实现数据库环境的声明式编排。

    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,034在 GitHub 上查看↗

    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.