awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesSchema Replication

Automatically propagating database schema changes across distributed clusters.

Distinct from Change Data Capture: Distinct from Change Data Capture: focuses on replicating structural DDL changes rather than streaming DML data changes.

Explore 2 awesome GitHub repositories matching data & databases · Schema Replication. Refine with filters or upvote what's useful.

Awesome Schema Replication GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • yugabyte/yugabyte-dbالصورة الرمزية لـ yugabyte

    yugabyte/yugabyte-db

    10,349عرض على GitHub↗

    YugabyteDB is a distributed SQL database and relational data store designed for horizontal scalability and high availability across multiple nodes or regions. It functions as a cloud-native system that ensures continuous availability and supports PostgreSQL compatible query languages and drivers. The system includes specialized capabilities as a vector database for AI, utilizing high-dimensional indexing to perform similarity searches. It is engineered as a multi-region cloud database that synchronizes data across different geographic locations to maintain global availability. The project co

    Propagates schema definition changes across clusters to maintain consistent table structures automatically.

    Ccloud-nativecppdatabase
    عرض على GitHub↗10,349
  • vlcn-io/cr-sqliteالصورة الرمزية لـ vlcn-io

    vlcn-io/cr-sqlite

    3,640عرض على GitHub↗

    cr-sqlite is a multi-master database replication system that uses conflict-free replicated data types to ensure eventual consistency across distributed nodes. It provides the core capabilities for offline-first data synchronization, allowing multiple database instances to merge concurrent updates and reach a consistent state. The project distinguishes itself through a combination of CRDT-based data replication and a WASM-based database engine, enabling full SQL execution and state persistence within web browsers. It supports peer-to-peer replication and cross-tab synchronization, utilizing ca

    Propagates structural database changes across distributed clusters to support consistent replication.

    Rustcrdtdatabasesqlite
    عرض على GitHub↗3,640
  1. Home
  2. Data & Databases
  3. Change Data Capture
  4. Schema Replication

استكشف الوسوم الفرعية

  • Replication Metadata StorageStoring schema versions and node metadata in specialized tables to coordinate distributed replication. **Distinct from Schema Replication:** Focuses on the storage of metadata for replication coordination rather than the act of propagating the schema itself.