2 مستودعات
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.
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.
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.