Hacker News new | past | comments | ask | show | jobs | submit login

Another way to add a fast, distributed rate-limiting on top of your APIs is by using an API Gateway [1] like the open-source Kong [2]. This pattern is becoming a standard since it saves time from re-implementing and duplicating the same rate limiting logic in each backend microservice.

[1] http://microservices.io/patterns/apigateway.html

[2] https://getkong.org/plugins/rate-limiting/




Yeah, worth mentioning https://tyk.io too.

Also, do not forget about Quotas which usually comes along with Rate limits. Modern API gateways can handle so many stuff for you and help with API scaling.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: