BucketHydra
A bucket-based rate limit algorithm with support for clusters.
Documentation: https://hexdocs.pm/bucket_hydra.
Installation
The package can be installed by adding bucket_hydra to your list of
dependencies in mix.exs:
def deps do
[
{:bucket_hydra, "~> 0.1.0"}
]
endThen, follow the usage guide from the documentation.