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