Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:31 +08:00
commit 7f9211b22c
16 changed files with 1217 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# References
Bundled resources for api-rate-limiter skill
- [ ] rate_limiting_algorithms.md: Explains different rate limiting algorithms (token bucket, sliding window, fixed window) in detail.
- [ ] redis_setup.md: Provides instructions on setting up Redis for distributed rate limiting.
- [ ] api_gateway_integration.md: Describes how to integrate the rate limiting logic with different API gateways (e.g., Kong, Tyk, AWS API Gateway).
- [ ] example_rate_limit_config.json: Example configuration file for rate limiting.