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.
- Host: GitHub
- URL: https://github.com/pottekkat/rate-limit
- Owner: pottekkat
- Created: 2023-08-07T10:13:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-07T11:02:16.000Z (over 1 year ago)
- Last Synced: 2025-01-07T15:29:22.516Z (4 months ago)
- Language: Shell
- Homepage: https://navendu.me/posts/rate-limit/
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.