A bucket-based rate limit algorithm with support for clusters.
Documentation: https://hexdocs.pm/bucket_hydra.
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"}
]
end
Then, follow the usage guide from the documentation.