Skip to content

A bucket-based rate limit algorithm with support for clusters

Notifications You must be signed in to change notification settings

ZennerIoT/bucket_hydra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"}
  ]
end

Then, follow the usage guide from the documentation.

About

A bucket-based rate limit algorithm with support for clusters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages