Hacker News new | ask | show | jobs
by npollock 937 days ago
are there any open source solutions in this space? something that sits in front of your API as a proxy, and has an interface for managing access, rate limits, billing etc - with simple deployment to a cloud provider?
1 comments

If your provider support docker I suggest you go with Apisix, I found this article pretty useful following that path: https://blog.frankel.ch/poor-man-api/
AFAIK, https://apisix.apache.org does not have a billing / monetization feature
True, there is not a built-in feature for billing. It'd be necessary to build on top of apisix, using itsmetrics (via prometheus) and consumer groups