EcosystemEvent-Driven APIs with Webhook and API GatewayThere are many ways and technology options to consider when implementing an event-driven API. For example, we explored how to build event-driven APIs using these 3 well-known patterns: CQRS, API Gateway and Serverless on the previous blog post. This post elaborates on building event-driven APIs by making use of Webhook and API Gateway, we understand the role of each in this solution. Firstly, let’s turn our attention to the initial problem statement without the webhook in place.
ProductsApache APISIX 3.0: 11 Highlights of Open Source API GatewayThe open source API Gateway Apache APISIX version 3.0 is coming! We have selected 11 essential features to give a brief overview.
Case Studies10 most common use cases of an API GatewayThis post elaborates on the 10 most common usages of an API Gateway such as Apache APISIX in architecting API-Led Connectivity. We understand different solutions where you can make use of the API Gateway capabilities to design reliable, high-performance, and simple APIs for other developers.
Case StudiesDeploy and Run Apache APISIX on Scaleway CloudIn this post, you will learn how easily deploy and run both Apache APISIX API Gateway and Ingress Controller on Scaleway Cloud Managed Kubernetes to efficiently manage, protect and observe your APIs in the cloud.
PluginsRewriting the Apache APISIX response-rewrite plugin in RustThis article describes how to redevelop the response-rewrite plugin using Rust and WebAssembly.
EcosystemApache APISIX loves Rust!This article shows the steps to perform to develop and deploy WebAssembly plugins from Rust.
EcosystemBuilding event-driven API services using CQRS, API Gateway and ServerlessThis blog post explores how to build event-driven API Services using these 3 well-known patterns to build a highly scalable and distributed system. We will break down each concept and understand the r...
CommunityWhy Is Apache APISIX the Best API Gateway?Why is Apache APISIX the best API Gateway? We will compare multiple API gateways (Kong, Tyk, Gloo) in terms of the popularity among developers, their open source licenses, their performances, and the ...
IngressKubernetesHands-On: Set Up Ingress on Kubernetes With Apache APISIX Ingress ControllerA tutorial on using Ingress in your Kubernetes cluster with Apache APISIX.