ratelimit

A Go blocking leaky-bucket rate limit implementation (by uber-go)

Ratelimit Alternatives

Similar projects and alternatives to ratelimit

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ratelimit alternative or higher similarity.

ratelimit reviews and mentions

Posts with mentions or reviews of ratelimit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-07.
  • API Call Rate Limiter?
    2 projects | /r/golang | 7 Feb 2023
    So how you would approach this depends a bit on your needs. Have you had a look at Uber's rate limiter (https://github.com/uber-go/ratelimit)? You can use an interface to model your API struct, then create a new struct implementing the abovementioned interface, embed the rate limiter in the new struct and call its take method as the first instruction in each implementing function. Follow it with a call to the original function in you old embedded struct. Replace your old struct if you want rate-limiting on et voilà.
  • Easy way to create rate limiting in Go using rate package
    2 projects | /r/golang | 9 Nov 2022
  • I wrote a tokenbucket service in go
    2 projects | /r/golang | 3 Jan 2022
    Here’s another from Uber: https://github.com/uber-go/ratelimit
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic ratelimit repo stats
3
4,165
5.1
10 days ago

uber-go/ratelimit is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of ratelimit is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com