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

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

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

8 مستودعات

Awesome GitHub RepositoriesReplication Clients

Software that connects to a database as a replica to stream events and monitor replication lag.

Distinct from Replication and Migration: Focuses on the client-side implementation of the replication protocol rather than the replication architecture itself.

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

Awesome Replication Clients GitHub Repositories

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

    github/gh-ost

    13,409عرض على GitHub↗

    gh-ost is a triggerless online schema migration tool for MySQL. It functions as a replication client and table management utility that synchronizes data from a source table to a shadow table using binary logs, allowing for table structure modifications without locking original tables or causing downtime. The tool distinguishes itself by using binary-log-based replication instead of triggers to stream row-based events to a shadow table. It implements load-aware throttling and dynamic performance tuning to adjust migration speed based on server load and replication lag. Users can monitor and ad

    Acts as a replication client that monitors replication lag and streams row-based events to maintain consistency.

    Go
    عرض على GitHub↗13,409
  • brianc/node-postgresالصورة الرمزية لـ brianc

    brianc/node-postgres

    13,155عرض على GitHub↗

    This project is a Node.js client for PostgreSQL databases, providing a protocol parser to translate raw binary streams into JavaScript objects. It serves as a driver for executing queries, managing data, and integrating Node.js applications with PostgreSQL backends. The library includes a connection pool manager to reduce network overhead by caching reusable connections and a result streamer that uses cursors to retrieve large datasets incrementally. It also functions as an event listener for subscribing to asynchronous server-side notifications to trigger real-time application events. Broad

    Supports logical replication by connecting to the database as a replica to stream data changes.

    JavaScriptlibpqnode-postgrespostgres
    عرض على GitHub↗13,155
  • o3de/o3deالصورة الرمزية لـ o3de

    o3de/o3de

    8,954عرض على GitHub↗

    This project is an open-source 3D game engine designed for building high-fidelity games, simulations, and cinematic environments. It functions as a robotics simulation platform with native integration for ROS 2 to model robot controllers and sensors. The engine features a multi-threaded Forward+ physically based renderer that supports hardware-accelerated ray tracing and global illumination. The system is built on a modular extension architecture using Gems to add or replace features without modifying core binaries. It includes a native SDK for AWS cloud integration, enabling IAM authenticati

    Synchronizes data from a server to clients automatically, triggering events when values change.

    C++3d-graphics3d-graphics-engineanimation
    عرض على GitHub↗8,954
  • zalando/patroniالصورة الرمزية لـ zalando

    zalando/patroni

    8,528عرض على GitHub↗

    Patroni is a high availability manager and cluster orchestrator for PostgreSQL. It functions as a failover controller that monitors database health and manages leader transitions to ensure continuous availability and consistency across multiple nodes. The system relies on a distributed configuration store client to synchronize cluster state and perform leader election. It supports integration with external consensus services such as Etcd, Consul, and ZooKeeper, and provides specific orchestration capabilities for deploying clusters within Kubernetes environments. The project covers the manag

    Manages replication lag and streaming configurations to prevent data loss during failover events.

    Python
    عرض على GitHub↗8,528
  • porsager/postgresالصورة الرمزية لـ porsager

    porsager/postgres

    8,566عرض على GitHub↗

    This project is a PostgreSQL client library and SQL query builder for JavaScript and TypeScript. It provides a low-level database driver and connection manager to handle database sessions, along with a logical replication client for monitoring real-time changes. The library distinguishes itself with a high-performance bulk data streamer that utilizes the database copy command for importing and exporting large datasets. It also implements a logical replication protocol to facilitate real-time database synchronization through change subscriptions and channel-based notifications. The toolset co

    Implements a logical replication client to monitor real-time database changes and event streams.

    JavaScriptclientcockroachdbdatabase
    عرض على GitHub↗8,566
  • apache/tomcatالصورة الرمزية لـ apache

    apache/tomcat

    8,186عرض على GitHub↗

    Apache Tomcat is an open-source implementation of the Jakarta Servlet, Pages, Expression Language, and WebSocket specifications, serving as a container for running Java web applications. It provides a modular architecture with a servlet container, connector abstraction for multiple I/O models, and a pipeline-based request processing system that handles cross-cutting concerns through composable components. The server supports container-managed security with configurable realms for authentication against JDBC, LDAP, or memory-based credential stores, and offers TLS encryption with optional Open

    Replicates session state across cluster nodes using delta requests for failover and load balancing.

    Javahttpjavajavaee
    عرض على GitHub↗8,186
  • maemual/raft-zh_cnالصورة الرمزية لـ maemual

    maemual/raft-zh_cn

    6,287عرض على GitHub↗

    هذا المشروع هو ترجمة للغة الصينية للورقة البحثية الأصلية التي تفصل بروتوكول إجماع Raft. يعمل كترجمة بحثية تقنية ودليل لبروتوكول الإجماع، مما يجعل مواصفات خوارزمية Raft في متناول المتحدثين بالصينية. يغطي التوثيق الآليات الأساسية للأنظمة الموزعة، بما في ذلك انتخاب القائد، ونسخ السجل، وبروتوكولات السلامة. ويوفر شرحاً مفصلاً لكيفية الحفاظ على مصدر واحد للحقيقة عبر خوادم متعددة لتحقيق إدارة مجموعة متسامحة مع الأخطاء. تتناول المادة نسخ آلة الحالة الموزعة وإدارة السجل. وتغطي مفاهيم تقنية مثل تتبع الحيوية القائم على نبضات القلب، وانتخابات المهلة العشوائية، وإصدار الاتساق القائم على المصطلح، وضغط السجل القائم على اللقطات.

    Describes how to synchronize followers that are too far behind to catch up using log replication.

    chineseraft
    عرض على GitHub↗6,287
  • urho3d/urho3dالصورة الرمزية لـ urho3d

    urho3d/urho3d

    4,707عرض على GitHub↗

    Urho3D is a cross-platform 3D game engine written in C++. It uses a component-based scene graph to compose game objects from nodes and attached components, separating transforms from behaviors for modular design. The engine integrates AngelScript and Lua scripting for game logic, uses the Bullet library for physics simulation, and renders scenes with OpenGL or Direct3D through forward, deferred, or light pre-pass pipelines with customizable render passes and shadow mapping. The engine distinguishes itself with a built-in visual scene and UI editor for composing 3D worlds and interface layouts

    Synchronizes scene state across UDP connections by replicating marked attributes with delta compression.

    C++2d3d3d-graphics
    عرض على GitHub↗4,707
  1. Home
  2. Data & Databases
  3. Replication Clients

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

  • Lag Management1 وسم فرعيMonitoring and threshold configuration for replication delay to prevent data loss. **Distinct from Replication Clients:** Specifically targets the monitoring of replication lag for failover safety, distinct from the generic replication client protocol.
  • State Replication1 وسم فرعيAutomatic synchronization of entity properties from server to clients with event triggers. **Distinct from Replication Clients:** Focuses on property-level synchronization for game entities rather than database replication clients.