ratekeeper
Rate limiter
A library for scheduling rate-limited actions in Elixir
Ratekeeper is a library for scheduling rate-limited actions.
14 stars
2 watching
1 forks
Language: Elixir
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
exhammer/hammer | Enables users to set limits on actions performed within specified time intervals | 767 |
grempe/ex_rated | A rate limiting utility that manages access to a service with adjustable time windows and limits. | 453 |
exhammer/hammer-backend-mnesia | An Elixir implementation of rate limiting and throttling using Mnesia | 14 |
ananthakumaran/exq_limit | A rate limiting system for Exq queues | 10 |
exhammer/hammer-backend-redis | A Redis-based backend for implementing rate limiting in Elixir applications. | 50 |
jaytaph/ratelimitbundle | A bundle for Symfony applications that simplifies rate limiting by adding an annotation to controllers and actions. | 332 |
microlinkhq/async-ratelimiter | An asynchronous rate limiter middleware implementation using Redis to track requests and enforce limits. | 320 |
alisaifee/flask-limiter | An extension for Flask that provides rate limiting functionality | 1,126 |
reugn/equalizer | A set of performant rate limiters for Go applications | 88 |
fastify/fastify-rate-limit | A rate limiter plugin for Fastify that enforces limits on client requests based on their IP address and time window. | 508 |
ulule/limiter | A middleware library for Go that enforces rate limits on HTTP requests | 2,125 |
dryruby/rack-throttle | A Rack middleware that limits the rate of incoming HTTP requests to applications. | 947 |
lpinca/valvelet | A utility to limit the execution rate of functions in promise-returning code. | 38 |
tj/node-ratelimiter | A rate limiter for Node.js applications using Redis as the backing store. | 719 |
mennanov/limiters | Distributed rate limiting solution with various algorithms and backends | 474 |