circuit
Circuit breaker
A comprehensive implementation of the circuit breaker pattern in Go.
An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern.
765 stars
14 watching
48 forks
Language: Go
last commit: about 1 month ago
Linked from 2 awesome lists
circuitcircuit-breaker-patternhystrixslo
Related projects:
Repository | Description | Stars |
---|---|---|
rubyist/circuitbreaker | Provides an implementation of the Circuit Breaker pattern in Go to handle remote calls and prevent resource ties-up | 1,126 |
tpei/circuit_breaker | Implementation of the circuit breaker pattern to monitor critical command executions and prevent unnecessary requests | 27 |
twitchtv/circuitgen | Automatically generates circuit breakers around methods with context-aware error returns | 24 |
ackintosh/ganesha | A Circuit Breaker pattern implementation for PHP applications to prevent cascading failures and support fault tolerance. | 590 |
kitura/circuitbreaker | Library providing a Circuit Breaker design pattern implementation to improve application stability and reliability | 47 |
jlouis/fuse | A circuit breaker implementation for Erlang | 504 |
sony/gobreaker | Circuit Breaker pattern implementation in Go to prevent sending failed requests | 2,949 |
mtakaki/dropwizard-circuitbreaker | A Java library implementing the circuit breaker design pattern to handle failures in Dropwizard applications | 43 |
upb-lea/pygeckocircuits2 | A Python wrapper around a circuit simulation tool | 5 |
circuitgraph/circuitgraph | A Python library for working with digital circuits as graphs | 110 |
pavel7004/graphplot | An open-source Go program for modeling and visualizing electrical circuits | 0 |
circify/circ | A compiler infrastructure for translating high-level languages into circuit forms used in cryptography and formal verification. | 286 |
ucsbarchlab/pyrtl | A Pythonic framework for designing and simulating digital circuits | 257 |
upb-lea/kiclearance | Generates KiCad design rules from a human-readable table of voltage distances | 7 |
olofk/fusesoc | A toolset for managing and building digital circuit designs using hardware description languages like Verilog or VHDL | 1,203 |