awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesFailover Strategies

Architectural patterns and mechanisms for maintaining system availability during component failure.

Distinct from Composition Over Inheritance: None of the candidates were relevant; this focuses on the architectural design of failover rather than specific mobile or network implementations.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Failover Strategies. Refine with filters or upvote what's useful.

Awesome Failover Strategies GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lbjlaq/antigravity-managerlbjlaq 的头像

    lbjlaq/Antigravity-Manager

    29,772在 GitHub 上查看↗

    Antigravity-Manager is an artificial intelligence model orchestration platform that functions as a unified gateway for interacting with multiple external service providers. It standardizes heterogeneous vendor data structures into a consistent internal schema, allowing third-party tools to interface with various models through a single, normalized API. The system distinguishes itself through automated infrastructure management, including the lifecycle tracking of service accounts and the secure rotation of authentication credentials. By acting as a middleware layer, it intercepts traffic to p

    Implements state-aware failover logic to automatically retry requests or switch providers during service outages.

    Rustaccount-managerantigravity
    在 GitHub 上查看↗29,772
  • fosrl/pangolinfosrl 的头像

    fosrl/pangolin

    21,255在 GitHub 上查看↗

    Pangolin is a zero-trust remote access platform designed to provide secure, identity-aware connectivity to private network resources. It functions as a cloud-native network controller that orchestrates encrypted tunnels, traffic routing, and access policies across distributed environments. By leveraging WireGuard for secure data transport, the platform enables authenticated access to internal web applications, terminal sessions, and remote desktops without exposing services to the public internet. The platform distinguishes itself through a declarative infrastructure model that synchronizes n

    Maintains service connectivity during site-wide outages by routing traffic to backup targets in distinct network sites.

    TypeScriptcrowdsecdockerhome-lab
    在 GitHub 上查看↗21,255
  • phpredis/phpredisphpredis 的头像

    phpredis/phpredis

    10,219在 GitHub 上查看↗

    phpredis is a C-based native extension that bridges PHP applications with Redis servers for high-performance data storage and retrieval. It serves as an interface for manipulating strings, hashes, lists, sets, and sorted sets while providing a direct path for executing Redis commands and server-side scripts. The extension provides comprehensive support for distributed environments and high availability. It interfaces with Redis Cluster to distribute data across multiple nodes using hash slots and manages Redis Sentinel for service discovery and automatic failover. It also enables shared state

    Implements mechanisms to force a master node to fail over to a replica for high availability.

    Cclusterkeydbphp
    在 GitHub 上查看↗10,219
  • nepxion/discoveryNepxion 的头像

    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

    Implements configurable failover across multiple dimensions like environment, region, zone, version, and IP.

    Javaapolloblue-green-deploymentcloud-native
    在 GitHub 上查看↗5,758
  1. Home
  2. Software Engineering & Architecture
  3. Failover Strategies

探索子标签

  • Multi-DimensionalRedirects requests across environments, regions, zones, versions, or IPs based on configurable fallback priorities. **Distinct from Failover Strategies:** Distinct from Failover Strategies: adds multi-dimensional fallback across environment, region, zone, version, and IP dimensions.
  • Quorum ValidationMechanisms to verify if a sufficient number of nodes agree on a system state change. **Distinct from Failover Strategies:** A specific consensus-check mechanism within failover strategies.