# kota v0.1.4 - Table of Contents

> A GenServer based rate limiter

## Modules

- [Kota](Kota.md): Kota is a simple rate limiter.
- [Kota.Bucket.DiscreteCounter](Kota.Bucket.DiscreteCounter.md): A bucket adapter that gives an exact account of the taken allowances.
- [Kota.Bucket.SlidingWindow](Kota.Bucket.SlidingWindow.md): A bucket adapter that accounts for taken allowances in time slots.

