awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 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.

  • dtolnay/anyhowAvatar de dtolnay

    dtolnay/anyhow

    6,569Ver en GitHub↗

    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
    Ver en GitHub↗6,569
  • amitshekhariitbhu/fast-android-networkingAvatar de amitshekhariitbhu

    amitshekhariitbhu/Fast-Android-Networking

    5,906Ver en GitHub↗

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

    Java
    Ver en GitHub↗5,906
  • balloonwj/cppguideAvatar de balloonwj

    balloonwj/CppGuide

    6,030Ver en GitHub↗

    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

    Ver en GitHub↗6,030
  • adhorn/chaos-ssm-documentsAvatar de adhorn

    adhorn/chaos-ssm-documents

    272Ver en GitHub↗

    Collection of AWS SSM Documents to perform Chaos Engineering experiments

    Python
    Ver en GitHub↗272

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • alioygur/goresA

    alioygur/gores

    0Ver en GitHub↗
    Ver en GitHub↗0
  • bbc/chaos-lambdaAvatar de bbc

    bbc/chaos-lambda

    163Ver en GitHub↗

    Randomly terminate ASG instances during business hours

    Python
    Ver en GitHub↗163
  • ajalt/fuckitpyAvatar de ajalt

    ajalt/fuckitpy

    5,292Ver en GitHub↗

    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
    Ver en GitHub↗5,292
  • ansel1/merryA

    ansel1/merry

    0Ver en GitHub↗
    Ver en GitHub↗0
  • appsignal/appsignal-elixirAvatar de appsignal

    appsignal/appsignal-elixir

    292Ver en GitHub↗

    🟪 AppSignal for Elixir package

    Elixir
    Ver en GitHub↗292
  • asobti/kube-monkeyAvatar de asobti

    asobti/kube-monkey

    3,064Ver en GitHub↗

    An implementation of Netflix's Chaos Monkey for Kubernetes clusters

    Go
    Ver en GitHub↗3,064
  • aviadhahami/vue-chaosAvatar de aviadhahami

    aviadhahami/vue-chaos

    2Ver en GitHub↗

    A vue chaos-generating component

    JavaScript
    Ver en GitHub↗2
  • cockroachdb/errorsAvatar de cockroachdb

    cockroachdb/errors

    2,411Ver en GitHub↗

    Go error library with error portability over the network

    Go
    Ver en GitHub↗2,411
  • codemodus/chainC

    codemodus/chain

    0Ver en GitHub↗
    Ver en GitHub↗0
  • berkay-dincer/kubethanosAvatar de berkay-dincer

    berkay-dincer/kubethanos

    626Ver en GitHub↗

    Kills half of your randomly selected kubernetes pods.

    Go
    Ver en GitHub↗626
  • bnkamalesh/errorsB

    bnkamalesh/errors

    0Ver en GitHub↗
    Ver en GitHub↗0
  • bloomberg/powerfulsealAvatar de bloomberg

    bloomberg/powerfulseal

    1,976Ver en GitHub↗

    A powerful testing tool for Kubernetes clusters.

    Python
    Ver en GitHub↗1,976
  • bouncestorage/chaos-http-proxyB

    bouncestorage/chaos-http-proxy

    0Ver en GitHub↗
    Ver en GitHub↗0
  • bugsnag/bugsnag-rubyAvatar de bugsnag

    bugsnag/bugsnag-ruby

    254Ver en GitHub↗

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

    Ruby
    Ver en GitHub↗254
  • carbocation/interposeC

    carbocation/interpose

    0Ver en GitHub↗
    Ver en GitHub↗0
  • chaos-mesh/chaos-meshAvatar de chaos-mesh

    chaos-mesh/chaos-mesh

    7,761Ver en GitHub↗

    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
    Ver en GitHub↗7,761
  • chaosblade-io/chaosbladeAvatar de chaosblade-io

    chaosblade-io/chaosblade

    6,355Ver en GitHub↗

    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
    Ver en GitHub↗6,355
  • chaostoolkit/chaostoolkitAvatar de chaostoolkit

    chaostoolkit/chaostoolkit

    2,013Ver en GitHub↗

    Chaos Engineering Toolkit & Orchestration for Developers

    Pythonautomationchaos-engineeringchaostoolkit
    Ver en GitHub↗2,013
  • cloud-bulldozer/krakenAvatar de cloud-bulldozer

    cloud-bulldozer/kraken

    466Ver en GitHub↗

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

    Python
    Ver en GitHub↗466
  • cloud-bulldozer/kube-burnerAvatar de cloud-bulldozer

    cloud-bulldozer/kube-burner

    779Ver en GitHub↗

    Kubernetes performance and scale test orchestration framework written in golang

    Go
    Ver en GitHub↗779
  • amzn/awsssmchaosrunnerAvatar de amzn

    amzn/awsssmchaosrunner

    251Ver en GitHub↗

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

    Kotlin
    Ver en GitHub↗251
  • codemodus/catenaC

    codemodus/catena

    0Ver en GitHub↗
    Ver en GitHub↗0
  • airbrake/airbrakeAvatar de airbrake

    airbrake/airbrake

    986Ver en GitHub↗

    The official Airbrake library for Ruby applications

    Ruby
    Ver en GitHub↗986
  • cppforlife/turbulence-releaseAvatar de cppforlife

    cppforlife/turbulence-release

    48Ver en GitHub↗

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

    Go
    Ver en GitHub↗48
  • crowdhailer/okAvatar de CrowdHailer

    CrowdHailer/OK

    606Ver en GitHub↗

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

    Elixir
    Ver en GitHub↗606
  • adhorn/aws-lambda-chaos-injectionA

    adhorn/aws-lambda-chaos-injection

    0Ver en GitHub↗
    Ver en GitHub↗0