An open API service indexing awesome lists of open source software.

https://github.com/pottekkat/rate-limit

A tutorial on using Apache APISIX to set up rate limits.
https://github.com/pottekkat/rate-limit

Last synced: 2 months ago
JSON representation

A tutorial on using Apache APISIX to set up rate limits.

Awesome Lists containing this project

README

        

# Rate Limit Your APIs With Apache APISIX

This repository contains the complete configuration files and instructions to deploy for the article [Rate Limit Your APIs With Apache APISIX](http://navendu.me/posts/rate-limit/).

## Instructions

To run everything:

```shell
docker compose up
```

> [!IMPORTANT]
> The etcd image used in this example is for ARM. Please change the image if needed.

You can then find the Admin API calls in `apisix/admin_api_config.sh`.