awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

Awesome GitHub RepositoriesFallback Mechanisms

Alternative logic executed when a primary resource is throttled or fails.

Distinct from Failure Handling Policies: Distinct from general failure handling policies by focusing specifically on the execution of alternative fallback methods.

Explore 8 awesome GitHub repositories matching software engineering & architecture · Fallback Mechanisms. Refine with filters or upvote what's useful.

Awesome Fallback Mechanisms GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • alibaba/sentinelAvatar von alibaba

    alibaba/Sentinel

    23,126Auf GitHub ansehen↗

    Sentinel is a microservice flow control framework designed for managing traffic limits, distributed circuit breaking, and adaptive overload protection. It serves as a traffic shaping component that defines resource boundaries to regulate request flow and ensure reliability across distributed systems. The project provides a real-time monitoring dashboard for tracking resource metrics and performance bottlenecks across service clusters. It includes a visual interface for the real-time management of flow control and circuit breaking rules, allowing parameters to be updated without restarting the

    Provides fallback mechanisms to redirect failed or throttled requests to alternative logic for graceful degradation.

    Java
    Auf GitHub ansehen↗23,126
  • hkuds/vibe-tradingAvatar von HKUDS

    HKUDS/Vibe-Trading

    12,401Auf GitHub ansehen↗

    Vibe-Trading is a system for automated financial trading and algorithmic market research. It uses autonomous agents to manage financial assets and execute trades based on predefined rules and logic. The project features a multi-agent collaborative workflow that coordinates specialized agents to perform joint research and risk reviews. It utilizes large language model orchestration to map natural language prompts to executable data loaders and backtesting functions. The platform includes capabilities for quantitative strategy backtesting and alpha benchmarking using information coefficients t

    Aggregates market information by cycling through a predefined list of data sources to bypass failures.

    Python
    Auf GitHub ansehen↗12,401
  • resilience4j/resilience4jAvatar von resilience4j

    resilience4j/resilience4j

    10,689Auf GitHub ansehen↗

    Resilience4j is a fault tolerance library for Java 8 applications designed to handle failures in distributed systems. It provides a comprehensive suite of resilience patterns including resource isolation, request throttling, retries, and timeouts. The project implements specific stability mechanisms such as circuit breakers to prevent cascading failures, bulkheads for system resource isolation, and rate limiters to cap execution rates. It also includes a retry framework with backoff policies and timeout enforcement to manage transient faults and maximum execution durations. Additional capabi

    Returns alternative results or default values when a primary operation fails or is blocked by a circuit breaker.

    Javabulkheadcircuitbreakermetrics
    Auf GitHub ansehen↗10,689
  • purescript/purescriptAvatar von purescript

    purescript/purescript

    8,832Auf GitHub ansehen↗

    PureScript is a statically typed, purely functional programming language that compiles to JavaScript. It is designed as a cross-platform frontend language for building safe web applications, utilizing a static type system and a JavaScript compiler to ensure program correctness across browser and server environments. The language is distinguished by its emphasis on mathematical purity, featuring a robust type system with first-class support for monads. It provides a sophisticated toolset for static verification, including algebraic data types, type classes, and automatic type inference to reje

    Implements fallback mechanisms to execute alternative logic when a primary operation fails.

    Haskellalt-jshaskelljavascript
    Auf GitHub ansehen↗8,832
  • vendurehq/vendureAvatar von vendurehq

    vendurehq/vendure

    7,924Auf GitHub ansehen↗

    Vendure is a Node.js e-commerce engine and headless commerce framework built with NestJS and TypeScript. It serves as a multi-channel commerce platform that manages product catalogs, orders, and customers via a strongly typed GraphQL API. The platform is distinguished by its highly extensible architecture, featuring a customizable administrative dashboard where developers can inject custom React components and entity views. It supports multi-channel commerce, allowing the isolation of products, currencies, and regional catalogs from a single unified backend. The engine covers a broad range o

    Provides a mechanism to execute fallback functions when a value is not found in the cache store.

    TypeScriptecommerceecommerce-apiecommerce-framework
    Auf GitHub ansehen↗7,924
  • haneke/hanekeswiftAvatar von Haneke

    Haneke/HanekeSwift

    5,164Auf GitHub ansehen↗

    HanekeSwift is a generic caching library for iOS and a specialized image caching framework. It provides a multi-level system that stores arbitrary data types in memory and on persistent disk storage to reduce network requests. The project features a specialized image handler that manages asynchronous loading, resizing, and disk storage for user interface components. It includes a background retrieval system that fetches remote content and automatically populates local caches. The library covers key-value data storage with sequential fallbacks, where it checks memory, then disk, and finally r

    Checks for data in memory first, then disk, and finally remote sources in a predefined sequence.

    Swift
    Auf GitHub ansehen↗5,164
  • nervgh/angular-file-uploadAvatar von nervgh

    nervgh/angular-file-upload

    3,396Auf GitHub ansehen↗

    This project is a file upload module designed for the AngularJS framework, providing a comprehensive system for managing file selection, validation, and asynchronous transmission. It enables developers to build interactive web interfaces that capture local files through standard inputs or drag-and-drop zones, facilitating the entire lifecycle of a file transfer from initial selection to server-side upload. The library distinguishes itself through its focus on cross-browser consistency and granular control over the upload process. It includes an automatic fallback mechanism that routes data th

    Maintains compatibility with legacy browsers by routing file data through hidden frames when modern transport APIs are unavailable.

    JavaScriptangular-file-upload
    Auf GitHub ansehen↗3,396
  • scoopinstaller/installAvatar von ScoopInstaller

    ScoopInstaller/Install

    1,239Auf GitHub ansehen↗

    Scoopinstaller/install is a PowerShell-based command-line utility designed to automate the setup and bootstrapping of the Scoop package manager on Windows systems. The tool initializes environment directories, configures repository sources, and executes standard installation scripts without requiring manual graphical user interface prompts or intervention. The software supports unattended background operations through a silent execution mode that suppresses console output while capturing and propagating numeric status codes to verify setup success in continuous integration pipelines. It handl

    Switches to compressed archive downloads automatically if primary version control operations fail.

    PowerShell
    Auf GitHub ansehen↗1,239
  1. Home
  2. Software Engineering & Architecture
  3. Failure Handling Policies
  4. Fallback Mechanisms

Unter-Tags erkunden

  • Iframe-Based Upload FallbacksMaintains compatibility with legacy browsers by routing file data through hidden frames when modern transport APIs are unavailable. **Distinct from Fallback Mechanisms:** Distinct from Fallback Mechanisms: specifically targets iframe-based file upload fallbacks for legacy browser compatibility.
  • Sequential FallbacksA specific type of fallback mechanism that cycles through a predefined list of resources. **Distinct from Fallback Mechanisms:** Focuses on the sequential ordering of fallback sources specifically for data retrieval
  • Version Control FallbacksAutomatic fallback mechanisms that switch from version control cloning to compressed archive downloads upon failure. **Distinct from Fallback Mechanisms:** Distinct from general failure handling policies: focuses specifically on falling back from version control tools to archive downloads.