I've built quite a few templates over the years but I actually think that based on your needs you'd likely be better off building on top of something more advanced/complete like Kong (https://konghq.com). - Source: Reddit / about 8 hours ago
For secure key management, OpenDAX comes integrated with Vault – an industry standard for securing keys and other secrets. GoTrue is used to authenticate all APIs, while Kong serves as a gateway and helps in scaling those APIs. - Source: dev.to / 2 months ago
Another point to consider is how difficult is it to install the API Gateway or redeploy the gateway when changes are made. Check what installation options are offered. Most modern API Gateways can be installed in many different ways(Package based, Docker, Helm, RPM) in any environment (Linux, Windows, macOS). For example, one of the biggest advantages of Kong is its wide range of installation choices, with... - Source: dev.to / 4 months ago
It's a CNCF sandbox project and commercially supported by Kong (https://konghq.com). I am the Principal Product Manager for both the enterprise and OSS software :). - Source: Reddit / 4 months ago
Konghq.com — API Marketplace and powerful tools for private and public APIs. With the free tier, some features are limited such as monitoring, alerting and support. - Source: dev.to / 5 months ago
Kong is an open-source API Gateway that you can use with all sorts of APIs, including GraphQL APIs. It helps you to manage your APIs and to do things like caching, rate limiting, and authentication. You can also use it to turn your GraphQL APIs into REST APIs, and we will go over how to do so. - Source: dev.to / 5 months ago
Well, they need to talk to each other! Microservices were not born to live in isolation. After following Kong for more than a year, I selected it to create a geo-distributed API layer that can be used as a synchronous communication layer by the microservices. - Source: dev.to / 5 months ago
GraphQL is often used as an API gateway for microservices, but can also play nicely with existing solutions for API gateways. For example using Kong, an API gateway and microservice management platform. As an API Gateway, Kong has many capabilities that you can use to enhance GraphQL APIs. One of those capabilities is adding a proxy cache to the upstream services you add to Kong. But when it comes to caching with... - Source: dev.to / 6 months ago
Depending on your deployment model you might want to have a reverse proxy/gateway as a first thing that will process these incoming requests. Most popular is probably Nginx, but it's configuration is so frustratingly annoying that I'd suggest to use something like Kong (which is based on Nginx anyway but has a more manageable way of configuring). The gateway will then pass requests to your app. - Source: Reddit / 7 months ago
We validated the use of this plugin in I9Partner Company using Kong and multiple internal services. - Source: dev.to / 7 months ago
There is kong . It is an API gateway, for which you write plugins in Lua. - Source: Reddit / 8 months ago
Can I ask you to elaborate a bit? I am unfamiliar with Kong (https://konghq.com/ - this is what you are referring to, correct?). - Source: Reddit / 10 months ago
Kong gateway can be an excellent solution for an Ingress load balancer and API gateway if you do not want vendor lock-in of any Cloud API Gateways in your application. Kong uses OpenResty and Lua. OpenResty extends Nginx with Lua scripting to use Nginx's event model for non-blocking I/O with HTTP Clients and remote backends like PostgreSQL, Memcached, and Redis. OpenResty Is not an Nginx fork, and Kong is not an... - Source: dev.to / 12 months ago
Kong (https://konghq.com) | Gateway Senior Engineer | REMOTE Europe | Full-time The Kong Gateway is an API Management solution, which serves as a foundation for many other solutions by the company. The business model is open-core: an Open Source solution exists (https://github.com/kong/kong), and there's an Enterprise version with more features and dedicated support. The tech stack is a modified Openresty with of... - Source: Hacker News / 12 months ago
I did evaluate it and chose https://konghq.com/ instead. - Source: Reddit / about 1 year ago
A lot of our work is opportunistic. So it's very urgent and sometimes important. To give you an example, the Log4j vulnerability in December was all over the place. That's not something that we'd scheduled. And we had a lot of conference talks that we also had to focus on. That became a priority. How can Kong help you mitigate that? And just communicating to customers that we weren't vulnerable. That was super... - Source: dev.to / about 1 year ago
Many innovative companies like RudderStack, Tecton, and Kong have embraced this model with great success, and I'm sure that more will follow. - Source: dev.to / over 1 year ago
One approach I often recommend is a distributed microservices abstraction layer approach provided by Kong. - Source: dev.to / over 1 year ago
ApiVersion: v1 AppVersion: "2.6" Description: The Cloud-Native Ingress and API-management Home: https://konghq.com/ Icon: https://s3.amazonaws.com/downloads.kong/universe/assets/icon-kong-inc-large.png Maintainers: - email: [email protected] name: hbagdi - email: [email protected] name: rainest Name: kong-test Version: 2.6.3. - Source: Reddit / over 1 year ago
Another great aspect of Insomnia (and the folks at Kong) is their support for Open Source Software, with initiatives such as plugins to extend Insomnia's functionality. With this, and as big fans of OSS ourselves, we decided that it was time Insomnia had yet another feature: A global API system of record. - Source: dev.to / over 1 year ago
API gateways go beyond the capabilities of reverse proxies by providing an extension mechanism that allows for custom code to be executed as part of the request processing pipeline. Traefik Proxy is a good example of this, as it has a plugin mechanism that allows for custom Go code to influence request processing decisions. Kong also deserves a mention here, with the ability to write plugins in Lua, or integrate... - Source: dev.to / over 1 year ago
Do you know an article comparing Mashape API Platform to other products?
Suggest a link to a post with product alternatives.