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

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

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

2 مستودعات

Awesome GitHub RepositoriesAsynchronous Replication Channels

Dedicated asynchronous channels that keep replica clusters synchronized with a primary cluster.

Distinct from Cross-Cluster Table Replication: Distinct from Cross-Cluster Table Replication: focuses on the dedicated asynchronous channel mechanism, not table-level checkpointing.

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

Awesome Asynchronous Replication Channels GitHub Repositories

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

    alibaba/AliSQL

    5,706عرض على GitHub↗

    AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en

    MySQL keeps replica clusters synchronized with the primary cluster using dedicated asynchronous replication channels.

    C++alisqldatabaseduckdb
    عرض على GitHub↗5,706
  • jeremyevans/sequelالصورة الرمزية لـ jeremyevans

    jeremyevans/sequel

    5,076عرض على GitHub↗

    Sequel is a relational database toolkit for Ruby that provides object-relational mapping, a fluent SQL query builder, and schema migration capabilities. It maps database tables to Ruby classes with support for associations, validations, lifecycle hooks, and eager loading, offering a comprehensive ORM layer for building data-centric applications. Sequel distinguishes itself through a plugin-based extension architecture that allows composable customization of models, databases, and datasets without relying on deep inheritance hierarchies. It includes a thread-safe connection pool with support f

    Publishes messages to named database channels and subscribes to receive them asynchronously across connections.

    Ruby
    عرض على GitHub↗5,076
  1. Home
  2. Data & Databases
  3. Data Replication
  4. Cross-Cluster Table Replication
  5. Asynchronous Replication Channels

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

  • Database Notification ChannelsMechanisms for publishing messages to named database channels and subscribing to receive them asynchronously across separate connections. **Distinct from Asynchronous Replication Channels:** Distinct from Asynchronous Replication Channels: focuses on general database notification pub/sub, not replica synchronization.