暫無描述

Ashish Tiwari e38dab1bfb fix: use max_req_body_bytes field in custom_format (#11771) 20 小時之前
.github f776d68e97 ci: remove useless ci and tests (#11610) 1 月之前
apisix e38dab1bfb fix: use max_req_body_bytes field in custom_format (#11771) 20 小時之前
autodocs 0fd582bc29 docs: automatic generate PDK docs by LDoc (#6321) 2 年之前
benchmark c6b9f99313 feat: autogenerate admin api key if not passed (#11080) 7 月之前
bin ccffa0e8d7 feat: interact etcd via gRPC before Nginx starts (#8548) 1 年之前
ci a6412d27f9 fix: otel ci test error (#11769) 1 天之前
conf 11c9d29b26 feat: ai-rag plugin (#11568) 1 月之前
docs 4bbb7cce2a docs: fix typo of PKCE (#11707) 1 周之前
example abc86a539e docs: add docs for building apisix development environment in Docker (#10899) 9 月之前
logos d85295303c docs: replace transparent logos with white background logos (#8689) 1 年之前
t e38dab1bfb fix: use max_req_body_bytes field in custom_format (#11771) 20 小時之前
utils da5039da41 feat: move config-default.yaml to hardcoded lua file (#11343) 4 月之前
.asf.yaml 1cd688bffe chore: release 3.11.0 (#11620) 1 月之前
.editorconfig 736c8f28e2 fix: grpc-transcode plugin: fix map data population (#8731) 1 年之前
.gitattributes 1a2e8e06d4 chore: update linguist-vendored (#4023) 3 年之前
.gitignore ca81d16437 feat: add http-dubbo plugin (#10703) 9 月之前
.gitmodules 0b7ed8b774 ci: fix chinese lint action (#9379) 1 年之前
.ignore_words 5da97515cf feat(redis): delay according to the cmd & key (#6999) 2 年之前
.licenserc.yaml f776d68e97 ci: remove useless ci and tests (#11610) 1 月之前
.luacheckrc 724a9100a9 refactor: move proto file to separate repo (#4134) 3 年之前
.markdownlint.yml 1b964443c8 docs: enabling MD045 - images with alternate text (#5280) 3 年之前
.requirements 9980cb3754 chore: upgrade openresty version to 1.25.3.2 (#11419) 3 月之前
.shellcheckrc f31bef426e ci: add shellcheck linter (#6428) 2 年之前
CHANGELOG.md 1cd688bffe chore: release 3.11.0 (#11620) 1 月之前
CODE_OF_CONDUCT.md 8805fc543f docs: Corrected typos and grammatical errors (#9216) 1 年之前
CODE_STYLE.md 94e4abd75b docs: fix some errors in the pre-allocate table (#10695) 11 月之前
CONTRIBUTING.md e69a594775 docs: fix incorrect semantic.yml link (#9231) 1 年之前
LICENSE 47187faccd feat: add openfunction plugin (#7634) 2 年之前
MAINTAIN.md 2da6dff984 docs(MAINTAIN): additional information about the release of the LTS version (#7348) 2 年之前
Makefile 11c9d29b26 feat: ai-rag plugin (#11568) 1 月之前
NOTICE 9ed823e298 chore: hi 2024 (#10881) 9 月之前
README.md fec3137c2d docs: add http/3 in README.md. (#11318) 5 月之前
THREAT_MODEL.md 8805fc543f docs: Corrected typos and grammatical errors (#9216) 1 年之前
Vision-and-Milestones.md 890c64977f docs: add vision and milestones for APISIX. (#7607) 2 年之前
apisix-master-0.rockspec 695ea3c29d feat: ai-content-moderation plugin (#11541) 1 月之前
powered-by.md 2f2a875825 ci: add check for broken links (#9760) 1 年之前

README.md

Apache APISIX API Gateway

APISIX logo

Build Status License Commit activity Average time to resolve an issue Percentage of issues still open Slack

Apache APISIX is a dynamic, real-time, high-performance API Gateway.

APISIX API Gateway provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, and more.

You can use APISIX API Gateway to handle traditional north-south traffic, as well as east-west traffic between services. It can also be used as a k8s ingress controller.

The technical architecture of Apache APISIX:

Technical architecture of Apache APISIX

Community

  • Kindly Write a Review for APISIX in G2.
  • Mailing List: Mail to dev-subscribe@apisix.apache.org, follow the reply to subscribe to the mailing list.
  • Slack Workspace - invitation link (Please open an issue if this link is expired), and then join the #apisix channel (Channels -> Browse channels -> search for "apisix").
  • Twitter Follow - follow and interact with us using hashtag #ApacheAPISIX
  • Documentation
  • Discussions
  • Blog

Features

You can use APISIX API Gateway as a traffic entrance to process all business data, including dynamic routing, dynamic upstream, dynamic certificates, A/B testing, canary release, blue-green deployment, limit rate, defense against malicious attacks, metrics, monitoring alarms, service observability, service governance, etc.

  • All platforms

    • Cloud-Native: Platform agnostic, No vendor lock-in, APISIX API Gateway can run from bare-metal to Kubernetes.
    • Supports ARM64: Don't worry about the lock-in of the infra technology.
  • Multi protocols

  • Full Dynamic

    • Hot Updates And Hot Plugins: Continuously updates its configurations and plugins without restarts!
    • Proxy Rewrite: Support rewrite the host, uri, schema, method, headers of the request before send to upstream.
    • Response Rewrite: Set customized response status code, body and header to the client.
    • Dynamic Load Balancing: Round-robin load balancing with weight.
    • Hash-based Load Balancing: Load balance with consistent hashing sessions.
    • Health Checks: Enable health check on the upstream node and will automatically filter unhealthy nodes during load balancing to ensure system stability.
    • Circuit-Breaker: Intelligent tracking of unhealthy upstream services.
    • Proxy Mirror: Provides the ability to mirror client requests.
    • Traffic Split: Allows users to incrementally direct percentages of traffic between various upstreams.
  • Fine-grained routing

  • Security

  • OPS friendly

    • Zipkin tracing: Zipkin
    • Open source APM: support Apache SkyWalking
    • Works with external service discovery: In addition to the built-in etcd, it also supports Consul, Consul_kv, Nacos, Eureka and Zookeeper (CP).
    • Monitoring And Metrics: Prometheus
    • Clustering: APISIX nodes are stateless, creates clustering of the configuration center, please refer to etcd Clustering Guide.
    • High availability: Support to configure multiple etcd addresses in the same cluster.
    • Dashboard
    • Version Control: Supports rollbacks of operations.
    • CLI: start\stop\reload APISIX through the command line.
    • Standalone: Supports to load route rules from local YAML file, it is more friendly such as under the kubernetes(k8s).
    • Global Rule: Allows to run any plugin for all request, eg: limit rate, IP filter etc.
    • High performance: The single-core QPS reaches 18k with an average delay of fewer than 0.2 milliseconds.
    • Fault Injection
    • REST Admin API: Using the REST Admin API to control Apache APISIX, which only allows 127.0.0.1 access by default, you can modify the allow_admin field in conf/config.yaml to specify a list of IPs that are allowed to call the Admin API. Also, note that the Admin API uses key auth to verify the identity of the caller.
    • External Loggers: Export access logs to external log management tools. (HTTP Logger, TCP Logger, Kafka Logger, UDP Logger, RocketMQ Logger, SkyWalking Logger, Alibaba Cloud Logging(SLS), Google Cloud Logging, Splunk HEC Logging, File Logger, SolarWinds Loggly Logging, TencentCloud CLS).
    • ClickHouse: push logs to ClickHouse.
    • Elasticsearch: push logs to Elasticsearch.
    • Datadog: push custom metrics to the DogStatsD server, comes bundled with Datadog agent, over the UDP protocol. DogStatsD basically is an implementation of StatsD protocol which collects the custom metrics for Apache APISIX agent, aggregates it into a single data point and sends it to the configured Datadog server.
    • Helm charts
    • HashiCorp Vault: Support secret management solution for accessing secrets from Vault secure storage backed in a low trust environment. Currently, RS256 keys (public-private key pairs) or secret keys can be linked from vault in jwt-auth authentication plugin using APISIX Secret resource.
  • Highly scalable

  • Multi-Language support

    • Apache APISIX is a multi-language gateway for plugin development and provides support via RPC and Wasm. Multi Language Support into Apache APISIX
    • The RPC way, is the current way. Developers can choose the language according to their needs and after starting an independent process with the RPC, it exchanges data with APISIX through local RPC communication. Till this moment, APISIX has support for Java, Golang, Python and Node.js.
    • The Wasm or WebAssembly, is an experimental way. APISIX can load and run Wasm bytecode via APISIX wasm plugin written with the Proxy Wasm SDK. Developers only need to write the code according to the SDK and then compile it into a Wasm bytecode that runs on Wasm VM with APISIX.
  • Serverless

    • Lua functions: Invoke functions in each phase in APISIX.
    • AWS Lambda: Integration with AWS Lambda function as a dynamic upstream to proxy all requests for a particular URI to the AWS API gateway endpoint. Supports authorization via api key and AWS IAM access secret.
    • Azure Functions: Seamless integration with Azure Serverless Function as a dynamic upstream to proxy all requests for a particular URI to the Microsoft Azure cloud.
    • Apache OpenWhisk: Seamless integration with Apache OpenWhisk as a dynamic upstream to proxy all requests for a particular URI to your own OpenWhisk cluster.

Get Started

  1. Installation

Please refer to install documentation.

  1. Getting started

The getting started guide is a great way to learn the basics of APISIX. Just follow the steps in Getting Started.

Further, you can follow the documentation to try more plugins.

  1. Admin API

Apache APISIX provides REST Admin API to dynamically control the Apache APISIX cluster.

  1. Plugin development

You can refer to plugin development guide, and sample plugin example-plugin's code implementation. Reading plugin concept would help you learn more about the plugin.

For more documents, please refer to Apache APISIX Documentation site

Benchmark

Using AWS's eight-core server, APISIX's QPS reaches 140,000 with a latency of only 0.2 ms.

Benchmark script has been open sourced, welcome to try and contribute.

APISIX also works perfectly in AWS graviton3 C7g.

User Stories

Who Uses APISIX API Gateway?

A wide variety of companies and organizations use APISIX API Gateway for research, production and commercial product, below are some of them:

  • Airwallex
  • Bilibili
  • CVTE
  • European eFactory Platform
  • European Copernicus Reference System
  • Geely
  • HONOR
  • Horizon Robotics
  • iQIYI
  • Lenovo
  • NASA JPL
  • Nayuki
  • OPPO
  • QingCloud
  • Swisscom
  • Tencent Game
  • Travelsky
  • vivo
  • Sina Weibo
  • WeCity
  • WPS
  • XPENG
  • Zoom

Logos

Acknowledgments

Inspired by Kong and Orange.

License

Apache 2.0 License