ratelimiter | concurrent rate limiter library for Golang
kandi X-RAY | ratelimiter Summary
kandi X-RAY | ratelimiter Summary
ratelimiter is a Go library. ratelimiter has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
A generic concurrent rate limiter library for Golang based on Sliding-window rate limitng algorithm. The implementation of rate-limiter algorithm is based on Scalable Distributed Rate Limiter algorithm used in Kong API gateway. Read [this blog] for more details. This library can be used in your codebase to rate-limit literally anything. For example, you can integrate this library to provide rate-limiting for your REST/gRPC APIs or you can use this library to rate-limit the number of go-routines spawned or number of tasks submitted to a function/module per given time interval. This library provides generic rate check APIs that can be used anywhere. The library is built with concurrency in mind from the groud up, the rate-limiter can be used across go-routines without having to worry about synchronization issues. This library also provides capability to create and manage multiple rate-limiters with different configurations assiociated with unique keys.
A generic concurrent rate limiter library for Golang based on Sliding-window rate limitng algorithm. The implementation of rate-limiter algorithm is based on Scalable Distributed Rate Limiter algorithm used in Kong API gateway. Read [this blog] for more details. This library can be used in your codebase to rate-limit literally anything. For example, you can integrate this library to provide rate-limiting for your REST/gRPC APIs or you can use this library to rate-limit the number of go-routines spawned or number of tasks submitted to a function/module per given time interval. This library provides generic rate check APIs that can be used anywhere. The library is built with concurrency in mind from the groud up, the rate-limiter can be used across go-routines without having to worry about synchronization issues. This library also provides capability to create and manage multiple rate-limiters with different configurations assiociated with unique keys.
Support
Quality
Security
License
Reuse
Support
ratelimiter has a low active ecosystem.
It has 224 star(s) with 9 fork(s). There are 4 watchers for this library.
It had no major release in the last 12 months.
There are 1 open issues and 2 have been closed. On average issues are closed in 1 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of ratelimiter is v1.1.1
Quality
ratelimiter has no bugs reported.
Security
ratelimiter has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
ratelimiter is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
ratelimiter releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ratelimiter
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ratelimiter
ratelimiter Key Features
No Key Features are available at this moment for ratelimiter.
ratelimiter Examples and Code Snippets
No Code Snippets are available at this moment for ratelimiter.
Community Discussions
No Community Discussions are available at this moment for ratelimiter.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ratelimiter
You can download it from GitHub.
Support
Feel free to raise issues, make pull requests or suggest new features.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page