Found 68 repositories(showing 30)
yudeguang
用户访问频率控制ratelimit,不同于网关级限流(包括go.uber.org/ratelimit漏桶限流以及github.com/juju/ratelimit令牌桶限流),本限流方案为业务级限流,适用于平台运营中,精细化的按单个用户,按IP等限流,为业内rdeis滑动窗口限流方案的纯GO替代方案,并且支持持久化(可选),可定期把历史数据备份到本地磁盘,程序重启也可保留之前的访问记录
Clever
Leaky bucket implementation in Go with support for different backends (redis, in-memory)
jeroenvisser101
PHP implementation of the Leaky Bucket algorithm.
chm0dx
Find open storage buckets and accessible files across Amazon Web Services, Google Cloud, Microsoft Azure, and Digital Ocean simultaneously
kevinms
A leaky bucket implementation in Go.
honeycombio
No description available
mrstebo
A request limiter based on the Leaky Bucket algorithm
dypflying
No description available
leedavis81
Used for rate limiting / throttling for a rolling period. Bucket continually empties at a set rate. This is useful to ensure API / Network traffic requesting limiting
guanhg
三种限流器的实现
zzzming
Node.js traffic shaping library to throttle the rate of job accepting and processing
kartik1998
rate limiter middleware which implements leaky bucket Algorithm. npm package url: https://www.npmjs.com/package/leakybucket-rate-limiter
Arwid
A variety of traffic generators and receivers (LeakyBucket, DualLeakyBucket, FIFOPriority, etc).
nishantbhb
Implementation of Leaky Bucket algorithm
lehoangphan
The library for working with Haravan APIs, use for public and private app properly. The library base on ShopifySharp.
AnupamaRaj
Implementation of the leaky bucket algorithm with graphics
lukaselmer
Provides an API to manage leaky buckets
die-net
A size-limited hash-map implementation of the leaky bucket rate-limiting algorithm
lukaselmer
Ruby on Rails app to provide a leaky bucket service
Sarvesh-SP
Used for traffic shaping.
mrstebo
Owin middleware that implements the leaky bucket algorithm for request throttling.
ShadmanShariar
Rate Limiting Token Bucket and Leaky Bucket
omarkhan5299
These programs are related to ComputerNetowrks and Socket-Programming. It includes code for TCP and UDP communication over a network. It also includes the implementation of LeakyBucket, DistanceVector and Dijkstra's algorithm,
eWaterCycle
Add a model to eWaterCycle via the plugin mechanism
ramneravi
LeakyBucket test
nwillc
A Go implementation of a Leaky Bucket rate limiter
AlexanderIvakin
Leaky bucket pattern implementation in Go
NehaGour1108
Rate limiting LeakyBucket Algorithm
ajazhussainsiddiqui1
No description available
pfaraone
Leaky bucket implementation in Go