ex_rated
Rate limiter
A rate limiting utility that manages access to a service with adjustable time windows and limits.
ExRated, the Elixir OTP GenServer with the naughty name that allows you to rate-limit calls to any service that requires it.
452 stars
4 watching
51 forks
Language: Elixir
last commit: over 1 year ago
Linked from 1 awesome list
apibucketelixirotpphoenixraterate-limitrate-limitingrate-limits
Related projects:
Repository | Description | Stars |
---|---|---|
exhammer/hammer | A rate limiter with pluggable storage backends for Elixir applications. | 749 |
ananthakumaran/exq_limit | A rate limiting system for Exq queues | 10 |
exhammer/hammer-backend-redis | Provides a Redis backend for rate limiting in an Elixir application | 49 |
exhammer/hammer-backend-mnesia | An Elixir implementation of rate limiting and throttling using Mnesia | 14 |
whitered/ratekeeper | A library for scheduling rate-limited actions in Elixir | 14 |
alisaifee/flask-limiter | An extension for Flask that provides rate limiting functionality | 1,119 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
reugn/equalizer | A set of performant rate limiters for Go applications | 88 |
ulule/limiter | A middleware library for Go that enforces rate limits on HTTP requests | 2,099 |
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
mennanov/limiters | Distributed rate limiting solution with various algorithms and backends | 460 |
grahamcampbell/laravel-throttle | A package to manage rate limiting in Laravel applications | 705 |
dryruby/rack-throttle | A Rack middleware that limits the rate of incoming HTTP requests to applications. | 947 |
yudppp/throttle | A library that provides a throttle function for rate limiting functions in Go. | 38 |
lpinca/valvelet | A utility to limit the execution rate of functions in promise-returning code. | 38 |