Found 379 repositories(showing 30)
cloudflare
A fair-share ratelimiter implemented in BPF
robertmircea
Token bucket and leaky token bucket implementations in .NET
cpthack
基于Guava的RateLimiter、Redis封装了并发控制、限流管理功能,支持配置文件和硬编码形式进行限流控制,控制粒度在方法级别,使用简单。
WeihanLi
RedisExtensions for StackExchange.Redis, Cache/Redlock/Counter/RateLimiter/Rank/RedisEventBus
diracccc
A real redis-based RateLimiter to control QPS smooth.
jbarratt
A docker-compose harness for Envoy to play with the Lyft Ratelimiter
yiisoft
RateLimiter helps to prevent abuse by limiting the number of requests that could be me made consequentially.
minhpq331
Example of implementing a ratelimiter
axiaoxin-com
token bucket ratelimiter for nginx-lua/go/gin-middleware
YukangLiu
A Non-invasive,Powerful And CPU-friendly Ratelimiter!
krakend
A collection of curated ratelimiter adaptors for the KrakenD framework
adelowo
An HTTP ratelimiter
lmb
A fair-share ratelimiter implemented as a BPF socket filter
hcoona
This is a C# port of modified version of Guava RateLimiter
yundianzixun
微服务架构实战篇(五):Spring boot2.x + Guava 并使用RateLimiter秒杀限流
yudeguang
单位时间内,最多允许多少用户访问,可以以IP或者用户名等作为区分用户。与RateLimiter不同,visitercontrol可以实现较为精确的流量限制
manuelCarlos
Debounce and Throttle in Swift.
Simple thread-safe go ratelimiter library with redis backend
inveniosoftware-attic
Flask-Ratelimiter
sergii-sakharov
C# port of Google's Guava RateLimiter
yunhua-lee
A Java ratelimiter implement based on Redis
ebpf-networking
RateLimiter based on L3AF Project
opencoff
golang ratelimiter without using channels or timers
MichaelDYZ
本项目展示了 Spring Boot 项目如何通过 AOP 结合 Guava 的 RateLimiter 实现接口限流,防止 API接口被恶意频繁请求。
PredaaA
An async ratelimiter using aioredis. [WIP]
yunginnanet
A generic and highly performant ratelimiter for any golang project with full coverage testing.
ikuzweelisa
Generic Ratelimiter for Typescript/Javascript
atuowgo
ratelimiter is a library to limit request rate
Redis-based distributed RateLimiter for LangChain with RPM/RPS support
Lord-X
A ratelimiter, it is useful for web interface based on SpringMVC.