I was reluctant to click on the link expecting another Java project, but it seems to be based on Go. Refreshing. Maybe I'll give it a try.
Apache Apisix: Open-Source API Gateway and API Management Platform
11–20 of 64 posts
Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#12Anybody has any idea about how this compares to Kong (what I've been using for years)?
I have no experience with any of these but maybe this helps: https://apisix.apache.org/blog/2022/07/30/why-we-need-apache...
Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#13Earlier quoted context omitted.
I have no experience with any of these but maybe this helps: https://apisix.apache.org/blog/2022/07/30/why-we-need-apache...
Nice, thanks for sharing. It seems like an improved Kong, using the good parts of it, like Nginx and Lua. It makes me want to use it instead of the usual Kong, in next project.
Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#14Earlier quoted context omitted.
I have no experience with any of these but maybe this helps: https://apisix.apache.org/blog/2022/07/30/why-we-need-apache...
Nice, thanks for sharing. It seems like an improved Kong, using the good parts of it, like Nginx and Lua. It makes me want to use it instead of the usual Kong, in next project.
Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#15Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#16Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#17Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#18I can't find the code. My biggest problem with Envoy is it's in C++, what's this written in?
Looks like mostly Lua because it based on OpenResty
Re: Apache Apisix: Open-Source API Gateway and API Management Platform
#19OT but are any ingress/gateway systems using uring yet? Really enjoyed reading CloudFlare's justification for wrtiting Pingora gateway recently[1], a similar-ish system. Im interested to see what systems tech (what system calls) it ends up using. There's a ton of really great ingress/gateway tech out there. Kubernetes has a sublist that's pretty long[2]. There's a good comparison matrix[3] I ran into & it immediately…
I was trying to find a simple API gateway I could run as a single docker container on a single host. I ended up using a node-red workflow instead, because I was unable to get any of the options available to me working behind Traefik as my proxy. I tried APIMan first, then APISIX, then API Umbrella (used and developed by US government agency, apparently), and finally Kong. I got the closest with Kong, but decided to j…
Here's an example (top Google result) https://amalaruja.medium.com/basic-http-routing-strategies-w...