High Performance
Apache APISIX is built on top of Nginx and designed to handle thousands of requests per second. This makes it suitable for high-performance applications and services requiring efficient request processing.
Dynamic Configuration
APISIX allows for dynamic load balancing, routing, and plugin configuration without the need to restart or reload the service, offering robust flexibility and reducing downtime.
Extensive Plugin Ecosystem
APISIX offers a wide range of plugins to extend its functionalities, covering authentication, security, traffic control, and more, allowing for customization and scalability.
Open Source and Community-driven
Being an Apache project, APISIX is open-source and actively maintained by a community of contributors, ensuring continuous improvement and support.
Multi-language Support
APISIX supports multi-language plugins such as Java, Go, and Python, thereby allowing developers to write plugins in the language they are most comfortable with.
Promote Apache APISIX. You can add any of these badges on your website.
We have collected here some useful links to help you find out if Apache APISIX is good.
Check the traffic stats of Apache APISIX on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Apache APISIX on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Apache APISIX's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Apache APISIX on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Apache APISIX on Reddit. This can help you find out how popualr the product is and what people think about it.
Self-hosted, your infrastructure. Your keys, your network, no per-token middleman fee โ you pay only for the box it runs on. LiteLLM is the broad default (Python, 100+ providers, virtual keys and budgets). If the gateway must never be your bottleneck, Bifrost (Go) and TensorZero (Rust) are built for throughput. If you already run Kubernetes, the AI plugins on Kong, Higress or Apache APISIX mean one less new... - Source: dev.to / about 1 month ago
Who would want to use a distributed key-value cache as a rate limiter? Use APISIX[0] instead. 0 - https://apisix.apache.org/. - Source: Hacker News / 12 months ago
To install APISIX, follow the APISIX documentation. In this article, we assume youโve installed APISIX with the Admin API in the gateway namespace. - Source: dev.to / about 1 year ago
Apache APISIX is a modern, flexible, and high-performance open-source API gateway solution designed to handle various use cases in microservices and cloud-native architectures. Its primary purpose is to facilitate API management by serving as a gateway for managing, securing, and optimizing API traffic between clients and backend services. - Source: dev.to / over 1 year ago
Kong and APISIX, two popular open-source #APIGateway solutions. #kong looks versatile Unified Gateway but how it fares against #APISIX backed by a similar enterprise API7 offering. - Source: dev.to / almost 2 years ago
Lots of service providers offer a free tier of their service. The idea is to let you kick their service's tires freely. If you need to go above the free tier at any point, you'll likely stay on the service and pay. In this day and age, most services are online and accessible via an API. Today, we will implement a free tier with Apache APISIX. - Source: dev.to / almost 2 years ago
We have been using Apache APISIX for a while now. It is a high-performance, cloud-native API gateway solution. It also has a nice dashboard for managing APIs. However, I have been looking for a simpler and more portable solution for our use case. In particular, I want to be able manage the API gateway as a NixOS service so that the configuration can be tested and redeployed easily. - Source: dev.to / almost 2 years ago
I spoke at Swiss PgDay in Switzerland in late June. The talk was about how to create a no-code API with the famous PostgreSQL database, the related PostgREST, and Apache APISIX, of course. I already wrote about the idea in a previous post. However, I wanted to improve it, if only slightly. - Source: dev.to / about 2 years ago
Another alternative is to use ready-made components, namely imgproxy and Apache APISIX. I already combined them to resize images on-the-fly. - Source: dev.to / about 2 years ago
My ideas for blog posts inevitably start to dry up after over two years at Apache APISIX. Hence, I did some triage on the APISIX repo. I stumbled upon this one question:. - Source: dev.to / about 2 years ago
In the world of data management and web services, creating and managing APIs can often be a complex and time-consuming task. However, with the right tools, this process can be significantly simplified. In this article, we will explore how to create APIs for fetching data from ClickHouse tables without writing any code and manage these APIs using APISIX. ClickHouse, a fast and open-source columnar database... - Source: dev.to / about 2 years ago
This post shows how to implement it with Apache APISIX. - Source: dev.to / over 2 years ago
In this post, I'd like to describe how to fix some of them via the Apache APISIX API Gateway. - Source: dev.to / over 2 years ago
In the era of digitization, the availability and stability of services are crucial for the success of enterprises. As a key component of microservices architecture, the API gateway plays a significant role. APISIX, an open-source API gateway platform, ensures the continuity and stability of services through its health check mechanism. - Source: dev.to / over 2 years ago
Next February will mark the two-year milestone that I'm working for: API7.ai on Apache APISIX. I'm still very pleased about both. It allows me to do things I like a lot, such as writing posts and giving talks. - Source: dev.to / over 2 years ago
In early 2021, I started to work on the Apache APISIX project. I have to admit that I had never heard about it before. In this post, I'd like to introduce some Apache projects that are less well-known than HTTPD or Kafka. - Source: dev.to / over 2 years ago
Apache APISIX is an API Gateway, which builds upon the OpenResty reverse-proxy to offer a plugin-based architecture. The main benefit of such an architecture is that it brings structure to the configuration of routes. It's a help at scale, when managing hundreds or thousands of routes. - Source: dev.to / over 2 years ago
AFAIK, https://apisix.apache.org does not have a billing / monetization feature. - Source: Hacker News / over 2 years ago
API resilience is about building robust APIs that can withstand a variety of challenges, ensuring that they continue to function effectively. API Gateways play a key role in this, acting as the entry point for external requests and managing the communication between different services by taking into account common API resilience patterns. One of the popular open-source API Gateways, Apache APISIX, provides a... - Source: dev.to / over 2 years ago
Let's detail them in turn. It all boils down to routing; I'll demo the configuration with Apache APISIX to implement each versioning approach. - Source: dev.to / over 2 years ago
When you develop APIs, you sometimes change things that might cause problems for current API consumers. Evolving your API product without affecting current users is essential, otherwise, they might lose trust in your offer. It's impossible to altogether avoid these problems but you can minimize the impact or catch some catch-breaking changes before they happen. Breaking changes need to be identified during the... - Source: dev.to / almost 3 years ago
Do you know an article comparing Apache APISIX to other products?
Suggest a link to a post with product alternatives.
Is Apache APISIX good? This is an informative page that will help you find out. Moreover, you can review and discuss Apache APISIX here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.
Excelent product!, good job!