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

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

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

1 مستودع

Awesome GitHub RepositoriesDatabase Node Health Tracking

Systems for monitoring the availability status of database nodes to route traffic only to healthy instances.

Distinct from Node Pool Scaling: None of the candidates cover the health-based exclusion of database nodes from a routing pool; most focus on UI dashboards or cloud scaling.

Explore 1 awesome GitHub repository matching data & databases · Database Node Health Tracking. Refine with filters or upvote what's useful.

Awesome Database Node Health Tracking GitHub Repositories

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

    flike/kingshard

    6,414عرض على GitHub↗

    Kingshard is a MySQL database proxy and sharding middleware that routes SQL traffic between clients and multiple database nodes. It functions as a load balancer, read-write splitter, and SQL query firewall to manage how data is accessed and distributed across a database infrastructure. The system implements data sharding using hash, range, or date strategies to split tables across multiple nodes. It enables read-write splitting by directing data modification requests to a master node while distributing read-only queries across a pool of slave replicas. The proxy provides traffic management t

    Tracks the online and offline status of backend nodes to dynamically exclude unhealthy instances from the routing pool.

    Gokingshardmysqlmysql-proxy
    عرض على GitHub↗6,414
  1. Home
  2. Data & Databases
  3. Database Node Health Tracking