awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to github/go-fault

Open-source alternatives to Go Fault

30 open-source projects similar to github/go-fault, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Go Fault alternative.

  • go-errors/errorsgo-errors का अवतार

    go-errors/errors

    1,005GitHub पर देखें↗

    errors is a Go error handling library and stack trace utility that wraps standard errors with execution call stacks and contextual information. It captures program execution paths at the exact moment an error is initialized, extracting granular file paths, line numbers, and function symbols from raw program counter addresses. The library maintains parent-child relationships between wrapped errors to allow deep inspection, unwrapping of root causes, and combination of multiple errors into unified structures. It implements standard error interfaces so enhanced error objects can be used intercha

    Go
    GitHub पर देखें↗1,005
  • amitshekhariitbhu/fast-android-networkingamitshekhariitbhu का अवतार

    amitshekhariitbhu/Fast-Android-Networking

    5,906GitHub पर देखें↗

    🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀

    Java
    GitHub पर देखें↗5,906
  • throttled/throttledthrottled का अवतार

    throttled/throttled

    1,591GitHub पर देखें↗

    Throttled is a Go library and middleware package for enforcing rate quotas and request thresholds on HTTP endpoints. It provides tools for tracking web request rates over specific time windows to control access frequency and manage traffic spikes. The core request evaluation relies on a token-bucket algorithm with sliding counters backed by fast memory stores, supplemented by pluggable storage backends for state persistence. Incoming requests are identified and grouped using flexible visitor-key parsers based on IP addresses, API keys, or custom parameters. The package integrates directly w

    Go
    GitHub पर देखें↗1,591
  • dtolnay/anyhowdtolnay का अवतार

    dtolnay/anyhow

    6,569GitHub पर देखें↗

    Anyhow is a dynamic error handling library for Rust applications that provides a flexible error container using type erasure. It serves as a tool for simplifying error signatures by wrapping diverse failure types into a single object, allowing for the propagation of any error that implements the standard error trait without requiring a custom enumeration for every function. The project functions as an error context provider by attaching high-level diagnostic information and recording execution stack traces at the point of failure. It enables the recovery of concrete error implementations from

    Rust
    GitHub पर देखें↗6,569

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • balloonwj/cppguideballoonwj का अवतार

    balloonwj/CppGuide

    6,030GitHub पर देखें↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    GitHub पर देखें↗6,030
  • bbc/chaos-lambdabbc का अवतार

    bbc/chaos-lambda

    163GitHub पर देखें↗

    Randomly terminate ASG instances during business hours

    Python
    GitHub पर देखें↗163
  • alioygur/goresA

    alioygur/gores

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • adhorn/chaos-ssm-documentsadhorn का अवतार

    adhorn/chaos-ssm-documents

    272GitHub पर देखें↗

    Collection of AWS SSM Documents to perform Chaos Engineering experiments

    Python
    GitHub पर देखें↗272
  • asobti/kube-monkeyasobti का अवतार

    asobti/kube-monkey

    3,064GitHub पर देखें↗

    An implementation of Netflix's Chaos Monkey for Kubernetes clusters

    Go
    GitHub पर देखें↗3,064
  • appsignal/appsignal-elixirappsignal का अवतार

    appsignal/appsignal-elixir

    292GitHub पर देखें↗

    🟪 AppSignal for Elixir package

    Elixir
    GitHub पर देखें↗292
  • aviadhahami/vue-chaosaviadhahami का अवतार

    aviadhahami/vue-chaos

    2GitHub पर देखें↗

    A vue chaos-generating component

    JavaScript
    GitHub पर देखें↗2
  • cockroachdb/errorscockroachdb का अवतार

    cockroachdb/errors

    2,411GitHub पर देखें↗

    Go error library with error portability over the network

    Go
    GitHub पर देखें↗2,411
  • codemodus/chainC

    codemodus/chain

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • berkay-dincer/kubethanosberkay-dincer का अवतार

    berkay-dincer/kubethanos

    626GitHub पर देखें↗

    Kills half of your randomly selected kubernetes pods.

    Go
    GitHub पर देखें↗626
  • ajalt/fuckitpyajalt का अवतार

    ajalt/fuckitpy

    5,292GitHub पर देखें↗

    fuckitpy is a Python exception suppression tool and AST modifier designed to ensure program execution continues despite the presence of runtime errors. It functions as a fault-tolerant module loader and error handling wrapper that rewrites Python code to skip statements that would otherwise cause crashes. The project utilizes abstract syntax tree manipulation to automatically inject exception handlers around expressions and functions. This allows for the loading of modules that contain errors, ensuring that valid members remain accessible even when the module itself is partially broken. The

    Python
    GitHub पर देखें↗5,292
  • bugsnag/bugsnag-rubybugsnag का अवतार

    bugsnag/bugsnag-ruby

    254GitHub पर देखें↗

    BugSnag error monitoring & reporting software for rails, sinatra, rack and ruby

    Ruby
    GitHub पर देखें↗254
  • bouncestorage/chaos-http-proxyB

    bouncestorage/chaos-http-proxy

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • ansel1/merryA

    ansel1/merry

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • carbocation/interposeC

    carbocation/interpose

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • chaos-mesh/chaos-meshchaos-mesh का अवतार

    chaos-mesh/chaos-mesh

    7,761GitHub पर देखें↗

    Chaos Mesh is a cloud-native fault injection tool and Kubernetes chaos engineering platform designed to verify system resilience. It functions as a testing framework for designing and executing automated failure scenarios to evaluate how containerized workloads recover from disruptions. The project acts as a multi-cluster chaos orchestrator, providing a centralized control plane to manage and monitor experiments across multiple remote Kubernetes clusters from a single interface. It includes a dashboard for the visual scheduling of experiments and the coordination of complex failure scenarios.

    Go
    GitHub पर देखें↗7,761
  • chaosblade-io/chaosbladechaosblade-io का अवतार

    chaosblade-io/chaosblade

    6,355GitHub पर देखें↗

    ChaosBlade is an open-source chaos engineering platform that injects faults into applications, containers, Kubernetes clusters, and host systems to test resilience. It functions as a multi-layer fault injection tool, capable of disrupting system resources, Java, C++, NodeJS, and Golang applications, Docker containers, and Kubernetes pods and nodes from a single interface. The platform distinguishes itself through its architecture, which defines chaos experiments as Kubernetes Custom Resource Definitions for native cluster integration, and supports multiple fault injection mechanisms including

    Pythonalibabachaos-engineeringchaos-testing
    GitHub पर देखें↗6,355
  • chaostoolkit/chaostoolkitchaostoolkit का अवतार

    chaostoolkit/chaostoolkit

    2,013GitHub पर देखें↗

    Chaos Engineering Toolkit & Orchestration for Developers

    Pythonautomationchaos-engineeringchaostoolkit
    GitHub पर देखें↗2,013
  • cloud-bulldozer/krakencloud-bulldozer का अवतार

    cloud-bulldozer/kraken

    466GitHub पर देखें↗

    Chaos and resiliency testing tool for Kubernetes with a focus on improving performance under failure conditions. A CNCF sandbox project.

    Python
    GitHub पर देखें↗466
  • cloud-bulldozer/kube-burnercloud-bulldozer का अवतार

    cloud-bulldozer/kube-burner

    779GitHub पर देखें↗

    Kubernetes performance and scale test orchestration framework written in golang

    Go
    GitHub पर देखें↗779
  • bnkamalesh/errorsB

    bnkamalesh/errors

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • codemodus/catenaC

    codemodus/catena

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • bloomberg/powerfulsealbloomberg का अवतार

    bloomberg/powerfulseal

    1,976GitHub पर देखें↗

    A powerful testing tool for Kubernetes clusters.

    Python
    GitHub पर देखें↗1,976
  • cppforlife/turbulence-releasecppforlife का अवतार

    cppforlife/turbulence-release

    48GitHub पर देखें↗

    Turbulence release is used for injecting failure scenarios into any BOSH deployment.

    Go
    GitHub पर देखें↗48
  • crowdhailer/okCrowdHailer का अवतार

    CrowdHailer/OK

    606GitHub पर देखें↗

    Elegant error/exception handling in Elixir, with result monads.

    Elixir
    GitHub पर देखें↗606
  • amzn/awsssmchaosrunneramzn का अवतार

    amzn/awsssmchaosrunner

    251GitHub पर देखें↗

    Amazon's light-weight library for chaos engineering on AWS. It can be used for EC2 and ECS (with EC2 launch type).

    Kotlin
    GitHub पर देखें↗251