Software Alternatives, Accelerators & Startups
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Apache APISIX

Apache APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, based on the Nginx library and etcd.

Apache APISIX Reviews and details

Screenshots and images

  • Apache APISIX Landing page
    Landing page //
    2022-06-27

Badges & Trophies

Promote Apache APISIX. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

Getting started with Apache APISIX Dashboard

Getting started with Apache APISIX

APIs security with Apache APISIX

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Apache APISIX and what they use it for.
  • open-source API gateway solutions and their managed offerings.
    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 / 11 days ago
  • Free tier API with Apache APISIX
    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 / 2 months ago
  • OpenResty on NixOS for an API Gateway
    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 / 2 months ago
  • Advanced URL rewriting with Apache APISIX
    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 / 3 months ago
  • Dynamic watermarking with imgproxy and Apache APISIX
    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 / 3 months ago
  • Random and fixed routes with Apache APISIX
    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 / 4 months ago
  • Simplified API Creation and Management: ClickHouse to APISIX Integration Without Code
    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 / 5 months ago
  • Implementing the Idempotency-Key specification on Apache APISIX
    This post shows how to implement it with Apache APISIX. - Source: dev.to / 6 months ago
  • Hardening Apache APISIX with the OWASP's Coraza and Core Ruleset
    In this post, I'd like to describe how to fix some of them via the Apache APISIX API Gateway. - Source: dev.to / 8 months ago
  • Mastering APISIX Health Checks: Active and Passive Monitoring Strategies
    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 / 9 months ago
  • 2023 in retrospective
    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 / 9 months ago
  • Five Apache projects you probably didn't know about
    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 / 10 months ago
  • Apache APISIX plugin priority, a leaky abstraction?
    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 / 10 months ago
  • Building a starter pack for an API-as-a-Service
    AFAIK, https://apisix.apache.org does not have a billing / monetization feature. - Source: Hacker News / 11 months ago
  • 10 Common API Resilience Design Patterns with API Gateway
    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 / 11 months ago
  • API versioning
    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 / 11 months ago
  • How to prevent breaking API changes with API Gateway
    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 / about 1 year ago
  • How to build a full-stack authentication app
    This post will guide you through building a full-stack authentication app with Apache APISIX, Authgear, and OpenID Connect (OIDC). You can find the project's source code on GitHub. For a swift start with the app, simply clone the repository and execute the code sample, following the steps provided in the README.md file. - Source: dev.to / about 1 year ago
  • Monitor API Health Check with Prometheus
    APISIX has a health check mechanism, which proactively checks the health status of the upstream nodes in your system. Also, APISIX integrates with Prometheus through its plugin that exposes upstream nodes (multiple instances of a backend API service that APISIX manages) health check metrics on the Prometheus metrics endpoint typically, on URL path /apisix/prometheus/metrics. - Source: dev.to / about 1 year ago
  • Show HN: WebAssembly dev environment for Envoy Proxy
    Hi HN! For the past few weeks we've been working on Proximal - a workflow engine that lets you quickly iterate on WebAssembly extensions for Envoy Proxy[0] (or other proxies) right on your local machine: https://github.com/apoxy-dev/proximal to improve API glue code we built an experimentation / development platform and hope you will find it useful! On the technical side this project packs Envoy itself, Envoy... - Source: Hacker News / about 1 year ago
  • Building a ChatGPT custom plugin for API Gateway
    If you want to use Apache APISIX API Gateway as a front door for communication between ChatGPT custom plugins And backend APIs, you can check this repo API Gateway between ChatGPT custom plugin and backend APIs. - Source: dev.to / about 1 year ago

Do you know an article comparing Apache APISIX to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Apache APISIX discussion

Log in or Post with

This is an informative page about Apache APISIX. You can review and discuss the product 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.