Skip to content

jamra/leakybucket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leakybucket

Leaky bucket implementation in Go with your choice of data storage layer.

Why

Leaky buckets are useful in a number of settings, especially rate limiting.

Documentation

GoDoc.

Tests

leakybucket is built and tested against Go 1.5. Ensure this is the version of Go you're running with go version. Make sure your GOPATH is set, e.g. export GOPATH=~/go. Clone the repository to $GOPATH/src/github.com/Clever/leakybucket.

If you have done all of the above, then you should be able to run

make test

About

Leaky bucket implementation in Go with support for different backends (redis, in-memory)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.3%
  • Makefile 3.7%