A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.
-
Updated
Oct 31, 2022 - Go
8000
A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.
Distributed transparent REST proxy for the Discord API, handles ratelimits for you, multi-bot support, dynamic, version agnostic
用户访问频率控制ratelimit,不同于网关级限流(包括go.uber.org/ratelimit漏桶限流以及github.com/juju/ratelimit令牌桶限流),本限流方案为业务级限流,适用于平台运营中,精细化的按单个用户,按IP等限流,为业内rdeis滑动窗口限流方案的纯GO替代方案,并且支持持久化(可选),可定期把历史数据备份到本地磁盘,程序重启也可保留之前的访问记录
A set of performant rate limiters for Go
A distributed rate-limiting solution built with Go and Redis, designed to control API traffic and ensure system stability. Supports multiple rate-limiting policies and is scalable with Docker for easy deployment.
manages multiple throttlers with ability to ramp up and down
A highly configurable Go library for rate-limiting, task scheduling, and priority-based execution with retries, backoff, and circuit breaking capabilities.
golang ratelimiter without using channels or timers
Rate limit middleware for golang echo framework
A simple golang implementation of a thread safe, basic rate limiter
A simple thread safe golang x actions per minute rate limiter
Overview of popular Rate Limiter algorithms
golang ratelimiter implementation
Add a description, image, and links to the ratelimiter topic page so that developers can more easily learn about it.
To associate your repository with the ratelimiter topic, visit your repo's landing page and select "manage topics."