https://github.com/joeycumines/go-faucet
Implements a simple pattern for polling based rate limiting, using Golang's time.Ticker.
https://github.com/joeycumines/go-faucet
fan-in fan-out golang polling rate-limiting sqs sqs-consumer sqs-poller ticker
Last synced: 7 months ago
JSON representation
Implements a simple pattern for polling based rate limiting, using Golang's time.Ticker.
- Host: GitHub
- URL: https://github.com/joeycumines/go-faucet
- Owner: joeycumines
- License: apache-2.0
- Created: 2018-07-02T08:25:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T04:21:41.000Z (about 1 year ago)
- Last Synced: 2024-08-17T05:27:29.534Z (about 1 year ago)
- Topics: fan-in, fan-out, golang, polling, rate-limiting, sqs, sqs-consumer, sqs-poller, ticker
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-faucet
Implements a simple pattern for polling based rate limiting, using Golang's time.Ticker.
[Examples provided in the godoc here](https://godoc.org/github.com/joeycumines/go-faucet)
Probably complete, but still WIP for now, currently sitting at 96.4% test coverage.