An open API service indexing awesome lists of open source software.

https://github.com/queer/amybot-token-bucket


https://github.com/queer/amybot-token-bucket

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Token Bucket

A very simple implementation of something like the token-bucket algorithm. Used for ratelimiting distributed systems. The token bucket in and of itself is not designed to be distributed, so please don't treat it as such.