An open API service for producing an overview of a list of open source projects.

https://github.com/sony/gobreaker

circuit-breaker golang microservice

Score: 34.00460401002479

Last synced: about 18 hours ago
JSON representation

Repository metadata:

Circuit Breaker implemented in Go


Owner metadata:


Committers metadata

Last synced: 15 days ago

Total Commits: 68
Total Committers: 18
Avg Commits per committer: 3.778
Development Distribution Score (DDS): 0.265

Commits in past year: 16
Committers in past year: 3
Avg Commits per committer in past year: 5.333
Development Distribution Score (DDS) in past year: 0.188

Name Email Commits
Yoshiyuki Mineo Y****o@j****m 50
murat akbulut m****t@l****m 2
Ashish Gandhi a****g@u****m 1
Arpad Ryszka a****d@s****g 1
Bas Meijer b****r@m****m 1
Dan Markhasin m****r@g****m 1
Davor Kapsa d****a@g****m 1
Enrico E****4 1
Enrico Candino e****o@g****m 1
Kunal Kapadia k****2@g****m 1
Vlad Bender 1****e 1
Wael M. Nasreddine w****e@g****m 1
Weerawong Vonggatunyu 9****y 1
akashhansda 9****a 1
bnm3k 5****k 1
dependabot[bot] 4****] 1
johanavril j****n@g****m 1
rhysd l****2@y****p 1

Package metadata

proxy.golang.org: github.com/sony/gobreaker

Package gobreaker implements the Circuit Breaker pattern.

  • Homepage: https://github.com/sony/gobreaker
  • Documentation: https://pkg.go.dev/github.com/sony/gobreaker#section-documentation
  • Licenses: MIT
  • Latest release: v1.0.0 (published about 2 years ago)
  • Last Synced: 2026-07-07T23:20:23.804Z (15 days ago)
  • Versions: 3
  • Dependent Packages: 1,090
  • Dependent Repositories: 21,169
  • Docker Downloads: 4,373,817,589
  • Rankings:
    • Dependent repos count: 0.045%
    • Docker downloads count: 0.072%
    • Dependent packages count: 0.134%
    • Average: 0.728%
    • Stargazers count: 1.349%
    • Forks count: 2.042%
proxy.golang.org: github.com/Sony/gobreaker

Package gobreaker implements the Circuit Breaker pattern.

  • Homepage: https://github.com/Sony/gobreaker
  • Documentation: https://pkg.go.dev/github.com/Sony/gobreaker#section-documentation
  • Licenses: MIT
  • Latest release: v1.0.0 (published about 2 years ago)
  • Last Synced: 2026-07-07T23:20:38.263Z (15 days ago)
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.862%
    • Forks count: 1.334%
    • Average: 4.635%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/sony/gobreaker/v2/redis

  • Homepage: https://github.com/sony/gobreaker
  • Documentation: https://pkg.go.dev/github.com/sony/gobreaker/v2/redis#section-documentation
  • Licenses: MIT
  • Latest release: v0.0.0-20260207092134-fed8e9eb35f9 (published 6 months ago)
  • Last Synced: 2026-07-07T23:20:24.275Z (15 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.081%
    • Average: 5.251%
    • Dependent repos count: 5.422%
proxy.golang.org: github.com/sony/gobreaker/v2

Package gobreaker implements the Circuit Breaker pattern.

  • Homepage: https://github.com/sony/gobreaker
  • Documentation: https://pkg.go.dev/github.com/sony/gobreaker/v2#section-documentation
  • Licenses: MIT
  • Latest release: v2.4.0 (published 7 months ago)
  • Last Synced: 2026-07-07T23:20:24.206Z (15 days ago)
  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Docker Downloads: 4,484,734,360
  • Rankings:
    • Dependent packages count: 6.971%
    • Average: 7.416%
    • Dependent repos count: 7.862%
guix: go-github-com-sony-gobreaker

Circuit Breaker implemented in Golang


Dependencies

go.mod go
  • github.com/stretchr/testify v1.3.0
go.sum go
  • github.com/davecgh/go-spew v1.1.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
.github/workflows/test.yml actions
  • actions/checkout v2 composite
  • actions/setup-go v2 composite
v2/redis/go.mod go
  • github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a
  • github.com/alicebob/miniredis/v2 v2.33.0
  • github.com/cespare/xxhash/v2 v2.2.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/go-redsync/redsync/v4 v4.13.0
  • github.com/hashicorp/errwrap v1.1.0
  • github.com/hashicorp/go-multierror v1.1.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/redis/go-redis/v9 v9.7.3
  • github.com/sony/gobreaker/v2 v2.0.0
  • github.com/stretchr/testify v1.8.4
  • github.com/yuin/gopher-lua v1.1.1
  • gopkg.in/yaml.v3 v3.0.1
v2/redis/go.sum go
  • github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a
  • github.com/alicebob/miniredis/v2 v2.33.0
  • github.com/bsm/ginkgo/v2 v2.12.0
  • github.com/bsm/gomega v1.27.10
  • github.com/cespare/xxhash/v2 v2.2.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/go-redis/redis v6.15.9+incompatible
  • github.com/go-redis/redis/v7 v7.4.1
  • github.com/go-redis/redis/v8 v8.11.5
  • github.com/go-redsync/redsync/v4 v4.13.0
  • github.com/gomodule/redigo v1.8.9
  • github.com/hashicorp/errwrap v1.0.0
  • github.com/hashicorp/errwrap v1.1.0
  • github.com/hashicorp/go-multierror v1.1.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/redis/go-redis/v9 v9.7.3
  • github.com/redis/rueidis v1.0.19
  • github.com/stretchr/testify v1.8.4
  • github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203
  • github.com/yuin/gopher-lua v1.1.1
  • golang.org/x/sync v0.3.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1
v2/go.mod go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/testify v1.8.4
  • gopkg.in/yaml.v3 v3.0.1
v2/go.sum go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/testify v1.8.4
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1