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

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

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

6 مستودعات

Awesome GitHub RepositoriesHigh-Availability Request Routing

Systems that manage request forwarding and leader redirection in clusters.

Distinguishing note: Focuses on cluster-aware request routing for high availability.

Explore 6 awesome GitHub repositories matching devops & infrastructure · High-Availability Request Routing. Refine with filters or upvote what's useful.

Awesome High-Availability Request Routing GitHub Repositories

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

    hashicorp/vault

    35,796عرض على GitHub↗

    Vault is a centralized secrets management platform designed to secure, store, and control access to sensitive credentials such as API keys, passwords, certificates, and encryption keys. At its core, the system employs a barrier-based cryptographic sealing mechanism that requires an unseal process to decrypt internal storage, ensuring that sensitive data remains protected. It provides identity-based access control to manage granular permissions across distributed infrastructure, effectively centralizing security policies and authentication for both human and machine workloads. What distinguish

    Automatically redirects client requests to the active leader node to ensure consistent state management in distributed environments.

    Gogosecretsvault
    عرض على GitHub↗35,796
  • improbable-eng/thanosالصورة الرمزية لـ improbable-eng

    improbable-eng/thanos

    14,105عرض على GitHub↗

    Thanos is a CNCF cloud native monitoring tool that provides a highly available and scalable extension to the Prometheus ecosystem. It functions as a global query engine, a long-term storage system, and a metric downsampler. The project enables a unified interface to aggregate and query metrics across multiple distributed clusters from a single view. It maintains historical data beyond local retention limits by persisting time-series metrics in object storage and eliminates data gaps by merging metrics from redundant server pairs. The system includes capabilities for reducing the resolution o

    Manages cluster-aware request routing to ensure query availability during individual component failures.

    Go
    عرض على GitHub↗14,105
  • codislabs/codisالصورة الرمزية لـ CodisLabs

    CodisLabs/codis

    13,223عرض على GitHub↗

    Codis is a distributed proxy system designed for scaling Redis clusters. It provides a sharding proxy that distributes data across multiple instances and a cluster manager to oversee the environment. The system enables horizontal scaling through dynamic resharding, which allows data slots to be migrated between servers without interrupting operations. It supports multi-key atomic operations using hash tags to ensure related keys are routed to the same server. The platform includes a graphical cluster management dashboard for monitoring and administration. It implements high availability prox

    Uses coordination services to route traffic away from failed nodes, ensuring continuous access to the Redis cluster.

    Gogogolangnosql
    عرض على GitHub↗13,223
  • siderolabs/talosالصورة الرمزية لـ siderolabs

    siderolabs/talos

    10,659عرض على GitHub↗

    Talos is a minimal, immutable Linux distribution designed specifically for deploying and managing Kubernetes clusters. It functions as an API-driven infrastructure manager that replaces traditional shell access with a declarative gRPC interface to control operating system state and configuration. The system is distinguished by its use of a read-only root filesystem and a security-hardened kernel, which removes standard GNU utilities to reduce the attack surface. It ensures environment consistency by distributing the operating system as versioned, signed images and utilizes TPM-backed verified

    Provides cluster-aware request routing and load balancing to ensure high availability of the system API across multiple nodes.

    Gocloud-nativecontainerdgo
    عرض على GitHub↗10,659
  • automq/automq-for-kafkaالصورة الرمزية لـ AutoMQ

    AutoMQ/automq-for-kafka

    10,026عرض على GitHub↗

    AutoMQ is a cloud-native streaming platform and Kafka-compatible message broker. It implements the Kafka protocol to provide integration with existing clients and ecosystems while functioning as a message queue that persists data directly to cloud object storage. The system decouples compute from storage, allowing processing power and storage capacity to scale independently. It utilizes a shared-log architecture and object-storage-based persistence to remove dependencies on local disks, which reduces operational costs and eliminates manual disk management. The platform includes mechanisms fo

    Directs clients to brokers within the same availability zone to eliminate cross-zone data transfer fees.

    Java
    عرض على GitHub↗10,026
  • nepxion/discoveryالصورة الرمزية لـ Nepxion

    Nepxion/Discovery

    5,758عرض على GitHub↗

    Discovery is a traffic orchestration library for Spring Cloud microservices that manages blue-green and canary releases through metadata-based routing, circuit breaking, and environment isolation. It provides a centralized framework for distributing routing rules and governance policies dynamically via a remote configuration center, enabling runtime updates without service restarts. The project distinguishes itself through multi-dimensional traffic control, routing requests based on metadata tags attached to service instances for fine-grained traffic management without code changes. It suppor

    Redirects requests to a service in another availability zone when the preferred zone is unavailable.

    Javaapolloblue-green-deploymentcloud-native
    عرض على GitHub↗5,758
  1. Home
  2. DevOps & Infrastructure
  3. High-Availability Request Routing

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

  • Availability Zone AwarenessRouting logic that directs requests to brokers within the same availability zone to minimize data transfer costs. **Distinct from High-Availability Request Routing:** Distinct from High-Availability Request Routing: specifically focuses on zone-local routing for cost and latency optimization.