apisix-ingress-controller VS apisix-plugin-pipeline-request

Compare apisix-ingress-controller vs apisix-plugin-pipeline-request and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
apisix-ingress-controller apisix-plugin-pipeline-request
35 2
965 6
2.2% -
8.5 4.0
6 days ago 8 months ago
Go Perl
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

apisix-ingress-controller

Posts with mentions or reviews of apisix-ingress-controller. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-06-13.
  • Random and fixed routes with Apache APISIX
    3 projects | dev.to | 13 Jun 2024
    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:
  • Simplified API Creation and Management: ClickHouse to APISIX Integration Without Code
    3 projects | dev.to | 22 May 2024
    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 management system, provides an HTTP interface by default, enabling easy access to data. By integrating this with APISIX, an open-source API gateway, we can not only manage and log our APIs but also leverage a host of features provided by APISIX to enhance our API management capabilities.
  • Apache APISIX: A dynamic, real-time, high-performance API gateway
    1 project | news.ycombinator.com | 25 Apr 2024
  • Implementing the Idempotency-Key specification on Apache APISIX
    1 project | dev.to | 11 Apr 2024
    This post shows how to implement it with Apache APISIX.
  • 3 Tips for Deploying APISIX in Kubernetes (Part 1)
    1 project | dev.to | 14 Mar 2024
    APISIX Ingress Controller is a tool focused on API management, offering high performance and flexible configuration options. If you require more complex routing rules, rate limiting, circuit breaking, and other advanced features, APISIX Ingress Controller may be a better choice. It provides a rich plugin system, allowing integration of plugins through APISIX Ingress CRD using declarative configuration to handle authentication, authorization, monitoring, logging, and other functionalities. This enriches the capabilities of APISIX Ingress Controller and simplifies configuration.
  • Hardening Apache APISIX with the OWASP's Coraza and Core Ruleset
    6 projects | dev.to | 8 Feb 2024
    In this post, I'd like to describe how to fix some of them via the Apache APISIX API Gateway.
  • Mastering APISIX Health Checks: Active and Passive Monitoring Strategies
    1 project | dev.to | 11 Jan 2024
    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.
  • 2023 in retrospective
    1 project | dev.to | 11 Jan 2024
    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.
  • Five Apache projects you probably didn't know about
    8 projects | dev.to | 21 Dec 2023
    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.
  • Apache APISIX plugin priority, a leaky abstraction?
    2 projects | dev.to | 14 Dec 2023
    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.

apisix-plugin-pipeline-request

Posts with mentions or reviews of apisix-plugin-pipeline-request. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-30.
  • Chopping the monolith in a smarter way
    2 projects | dev.to | 30 Nov 2023
    No one will be surprised I'm using apisix-pipeline-request-plugin README for my demos. It implements a plugin architecture and comes bundled with plugins that address most possible requirements. We need a plugin that pipes an HTTP call's output to another HTTP call's input. It's not part of the current out-of-the-box plugin portfolio; however, when no plugin fits your requirement, you can develop your own - or find one that does. My colleague Zeping Bai has developed such a plugin:
  • Chaining API requests with API Gateway
    6 projects | dev.to | 24 May 2023
    An API gateway can be the right place to implement this functionality because it can intercept all client app requests and forward them to intended destinations. We are going to use Apache APISIX as it is a popular open-source API Gateway solution with a bunch of built-in plugins. However, at the time of developing the current blog post, APISIX did not have official support for the pipeline-request plugin. By having the knowledge of custom plugin development capabilities of APISIX, we decided to introduce a new plugin that can offer the same feature. There is a repo on GitHub with source code written in Lua programming language and a description of the pipeline-request plugin.

What are some alternatives?

When comparing apisix-ingress-controller and apisix-plugin-pipeline-request you can also consider the following projects:

ingress-nginx - Ingress-NGINX Controller for Kubernetes

apisix-plugin-pipeline-request-demo - Read the tutorial here: https://api7.ai/blog/chaining-api-requests-with-api-gateway

envoy - Cloud-native high-performance edge/middle/service proxy

Newman - Newman is a command-line collection runner for Postman

emissary - open source Kubernetes-native API gateway for microservices built on the Envoy Proxy

libcurl - A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features

IngressMonitorController - A Kubernetes controller to watch ingresses and create liveness alerts for your apps/microservices in UptimeRobot, StatusCake, Pingdom, etc. – [✩Star] if you're using it!

Lua - Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.

apisix - The Cloud-Native API Gateway

ingress-merge - Merge Ingress Controller for Kubernetes

application-gateway-kubernetes-ingress - This is an ingress controller that can be run on Azure Kubernetes Service (AKS) to allow an Azure Application Gateway to act as the ingress for an AKS cluster.

appsmith - Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured