Ashish Tiwari e38dab1bfb fix: use max_req_body_bytes field in custom_format (#11771) | 21 uur geleden | |
---|---|---|
.github | 1 maand geleden | |
apisix | 21 uur geleden | |
autodocs | 2 jaren geleden | |
benchmark | 7 maanden geleden | |
bin | 1 jaar geleden | |
ci | 1 dag geleden | |
conf | 1 maand geleden | |
docs | 1 week geleden | |
example | 9 maanden geleden | |
logos | 1 jaar geleden | |
t | 21 uur geleden | |
utils | 4 maanden geleden | |
.asf.yaml | 1 maand geleden | |
.editorconfig | 1 jaar geleden | |
.gitattributes | 3 jaren geleden | |
.gitignore | 9 maanden geleden | |
.gitmodules | 1 jaar geleden | |
.ignore_words | 2 jaren geleden | |
.licenserc.yaml | 1 maand geleden | |
.luacheckrc | 3 jaren geleden | |
.markdownlint.yml | 3 jaren geleden | |
.requirements | 3 maanden geleden | |
.shellcheckrc | 2 jaren geleden | |
CHANGELOG.md | 1 maand geleden | |
CODE_OF_CONDUCT.md | 1 jaar geleden | |
CODE_STYLE.md | 11 maanden geleden | |
CONTRIBUTING.md | 1 jaar geleden | |
LICENSE | 2 jaren geleden | |
MAINTAIN.md | 2 jaren geleden | |
Makefile | 1 maand geleden | |
NOTICE | 9 maanden geleden | |
README.md | 5 maanden geleden | |
THREAT_MODEL.md | 1 jaar geleden | |
Vision-and-Milestones.md | 2 jaren geleden | |
apisix-master-0.rockspec | 1 maand geleden | |
powered-by.md | 1 jaar geleden |
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:
#ApacheAPISIX
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
Multi protocols
client_id
, both support MQTT 3.1.*, 5.0.Full Dynamic
host
, uri
, schema
, method
, headers
of the request before send to upstream.Fine-grained routing
cookie
, args
, etc. as routing conditions to implement canary release, A/B testing, etc.{"arg_age", ">", 24}
Security
Double Submit Cookie
way, protect your API from CSRF attacks.OPS friendly
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.Highly scalable
rewrite
, access
, header filter
, body filter
and log
, also allows to hook the balancer
stage.balancer
phase.Multi-Language support
RPC
and Wasm
.
Serverless
Please refer to install documentation.
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.
Apache APISIX provides REST Admin API to dynamically control the Apache APISIX cluster.
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
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.
A wide variety of companies and organizations use APISIX API Gateway for research, production and commercial product, below are some of them:
Inspired by Kong and Orange.