2019-10-31 09:27:28 +08:00
<!--
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
-->
2020-10-27 21:51:12 +08:00
# Apache APISIX
2019-06-06 12:39:49 +08:00
2021-01-21 14:21:37 +08:00
< img src = "https://svn.apache.org/repos/asf/comdev/project-logos/originals/apisix.svg" alt = "APISIX logo" height = "150px" align = "right" / >
2020-12-29 14:48:23 +08:00
[![Build Status ](https://github.com/apache/apisix/workflows/build/badge.svg?branch=master )](https://github.com/apache/apisix/actions)
2020-08-07 07:57:09 +08:00
[![License ](https://img.shields.io/badge/License-Apache%202.0-blue.svg )](https://github.com/apache/apisix/blob/master/LICENSE)
2019-05-06 10:14:39 +08:00
2021-01-21 14:21:37 +08:00
**Apache APISIX** is a dynamic, real-time, high-performance API gateway.
2019-06-05 17:28:50 +08:00
2020-07-07 10:35:02 +08:00
APISIX provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, and more.
2019-06-13 12:34:43 +08:00
2020-07-07 10:35:02 +08:00
You can use Apache APISIX to handle traditional north-south traffic,
as well as east-west traffic between services.
2021-01-21 14:21:37 +08:00
It can also be used as a [k8s ingress controller ](https://github.com/apache/apisix-ingress-controller ).
2019-07-06 16:49:06 +08:00
2020-07-07 10:35:02 +08:00
The technical architecture of Apache APISIX:
2019-06-13 12:34:43 +08:00
2021-05-06 13:37:35 +08:00
![Technical architecture of Apache APISIX ](docs/assets/images/apisix.png )
2019-06-30 22:06:01 +08:00
2021-01-21 14:21:37 +08:00
## Community
2021-03-31 10:20:13 +08:00
- Mailing List: Mail to dev-subscribe@apisix.apache.org, follow the reply to subscribe to the mailing list.
2021-01-21 14:21:37 +08:00
- QQ Group - 578997126
2021-06-08 08:23:16 +08:00
- [Slack Workspace ](https://join.slack.com/t/the-asf/shared_invite/zt-nggtva4i-hDCsW1S35MuZ2g_2DgVDGg ) - join `#apisix` on our Slack to meet the team and ask questions
2021-01-21 14:21:37 +08:00
- ![Twitter Follow ](https://img.shields.io/twitter/follow/ApacheAPISIX?style=social ) - follow and interact with us using hashtag `#ApacheAPISIX`
- [bilibili video ](https://space.bilibili.com/551921247 )
- **Good first issues**:
- [Apache APISIX ](https://github.com/apache/apisix/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 )
2021-03-02 12:29:03 +08:00
- [Apache APISIX Ingress Controller ](https://github.com/apache/apisix-ingress-controller/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 )
2021-01-21 14:21:37 +08:00
- [Apache APISIX dashboard ](https://github.com/apache/apisix-dashboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 )
2021-02-06 18:16:29 +08:00
- [Apache APISIX Helm Chart ](https://github.com/apache/apisix-helm-chart/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 )
- [Docker distribution for APISIX ](https://github.com/apache/apisix-docker/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 )
- [Apache APISIX Website ](https://github.com/apache/apisix-website/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 )
2020-10-27 21:51:12 +08:00
2019-06-30 22:06:01 +08:00
## Features
2020-10-27 21:51:12 +08:00
2020-01-10 13:30:21 +08:00
You can use Apache APISIX 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**
2020-10-27 21:51:12 +08:00
- Cloud-Native: Platform agnostic, No vendor lock-in, APISIX can run from bare-metal to Kubernetes.
- Run Environment: Both OpenResty and Tengine are supported.
- Supports ARM64: Don't worry about the lock-in of the infra technology.
2020-01-10 13:30:21 +08:00
- **Multi protocols**
2020-10-27 21:51:12 +08:00
2021-03-01 14:06:33 +08:00
- [TCP/UDP Proxy ](docs/en/latest/stream-proxy.md ): Dynamic TCP/UDP proxy.
- [Dubbo Proxy ](docs/en/latest/plugins/dubbo-proxy.md ): Dynamic HTTP to Dubbo proxy.
- [Dynamic MQTT Proxy ](docs/en/latest/plugins/mqtt-proxy.md ): Supports to load balance MQTT by `client_id` , both support MQTT [3.1.\* ](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html ), [5.0 ](https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html ).
- [gRPC proxy ](docs/en/latest/grpc-proxy.md ): Proxying gRPC traffic.
- [gRPC transcoding ](docs/en/latest/plugins/grpc-transcode.md ): Supports protocol transcoding so that clients can access your gRPC API by using HTTP/JSON.
2020-10-27 21:51:12 +08:00
- Proxy Websocket
- Proxy Protocol
- Proxy Dubbo: Dubbo Proxy based on Tengine.
- HTTP(S) Forward Proxy
2021-06-11 17:23:16 +08:00
- [SSL ](docs/en/latest/certificate.md ): Dynamically load an SSL certificate.
2020-01-10 13:30:21 +08:00
2021-03-31 10:20:13 +08:00
- **Full Dynamic**
2020-10-27 21:51:12 +08:00
2021-06-21 14:26:27 +08:00
- [Hot Updates And Hot Plugins ](docs/en/latest/architecture-design/plugin.md ): Continuously updates its configurations and plugins without restarts!
2021-03-01 14:06:33 +08:00
- [Proxy Rewrite ](docs/en/latest/plugins/proxy-rewrite.md ): Support rewrite the `host` , `uri` , `schema` , `enable_websocket` , `headers` of the request before send to upstream.
- [Response Rewrite ](docs/en/latest/plugins/response-rewrite.md ): Set customized response status code, body and header to the client.
- [Serverless ](docs/en/latest/plugins/serverless.md ): Invoke functions in each phase in APISIX.
2020-10-27 21:51:12 +08:00
- Dynamic Load Balancing: Round-robin load balancing with weight.
- Hash-based Load Balancing: Load balance with consistent hashing sessions.
2021-03-31 10:20:13 +08:00
- [Health Checks ](docs/en/latest/health-check.md ): Enable health check on the upstream node and will automatically filter unhealthy nodes during load balancing to ensure system stability.
2020-10-27 21:51:12 +08:00
- Circuit-Breaker: Intelligent tracking of unhealthy upstream services.
2021-03-01 14:06:33 +08:00
- [Proxy Mirror ](docs/en/latest/plugins/proxy-mirror.md ): Provides the ability to mirror client requests.
- [Traffic Split ](docs/en/latest/plugins/traffic-split.md ): Allows users to incrementally direct percentages of traffic between various upstreams.
2020-01-10 13:30:21 +08:00
- **Fine-grained routing**
2020-10-27 21:51:12 +08:00
2021-03-01 14:06:33 +08:00
- [Supports full path matching and prefix matching ](docs/en/latest/router-radixtree.md#how-to-use-libradixtree-in-apisix )
- [Support all Nginx built-in variables as conditions for routing ](docs/en/latest/router-radixtree.md#how-to-filter-route-by-nginx-builtin-variable ), so you can use `cookie` , `args` , etc. as routing conditions to implement canary release, A/B testing, etc.
2020-10-27 21:51:12 +08:00
- Support [various operators as judgment conditions for routing ](https://github.com/iresty/lua-resty-radixtree#operator-list ), for example `{"arg_age", ">", 24}`
- Support [custom route matching function ](https://github.com/iresty/lua-resty-radixtree/blob/master/t/filter-fun.t#L10 )
2021-03-31 10:20:13 +08:00
- IPv6: Use IPv6 to match the route.
2021-03-01 14:06:33 +08:00
- Support [TTL ](docs/en/latest/admin-api.md#route )
- [Support priority ](docs/en/latest/router-radixtree.md#3-match-priority )
- [Support Batch Http Requests ](docs/en/latest/plugins/batch-requests.md )
2021-06-21 15:18:09 +08:00
- [Support filtering route by GraphQL attributes ](docs/en/latest/router-radixtree.md#how-to-filter-route-by-graphql-attributes )
2020-01-10 13:30:21 +08:00
- **Security**
2020-10-27 21:51:12 +08:00
2021-03-01 14:06:33 +08:00
- Authentications: [key-auth ](docs/en/latest/plugins/key-auth.md ), [JWT ](docs/en/latest/plugins/jwt-auth.md ), [basic-auth ](docs/en/latest/plugins/basic-auth.md ), [wolf-rbac ](docs/en/latest/plugins/wolf-rbac.md )
- [IP Whitelist/Blacklist ](docs/en/latest/plugins/ip-restriction.md )
- [Referer Whitelist/Blacklist ](docs/en/latest/plugins/referer-restriction.md )
- [IdP ](docs/en/latest/plugins/openid-connect.md ): Support external authentication services, such as Auth0, okta, etc., users can use this to connect to OAuth 2.0 and other authentication methods.
- [Limit-req ](docs/en/latest/plugins/limit-req.md )
- [Limit-count ](docs/en/latest/plugins/limit-count.md )
- [Limit-concurrency ](docs/en/latest/plugins/limit-conn.md )
2020-10-27 21:51:12 +08:00
- Anti-ReDoS(Regular expression Denial of Service): Built-in policies to Anti ReDoS without configuration.
2021-03-01 14:06:33 +08:00
- [CORS ](docs/en/latest/plugins/cors.md ) Enable CORS(Cross-origin resource sharing) for your API.
- [URI Blocker ](docs/en/latest/plugins/uri-blocker.md ): Block client request by URI.
- [Request Validator ](docs/en/latest/plugins/request-validation.md )
2020-01-10 13:30:21 +08:00
- **OPS friendly**
2020-10-27 21:51:12 +08:00
2021-05-31 09:16:57 +08:00
- Zipkin tracing: [Zipkin ](docs/en/latest/plugins/zipkin.md )
- Open source APM: support [Apache SkyWalking ](docs/en/latest/plugins/skywalking.md )
2021-04-21 17:48:56 +08:00
- works with external service discovery: In addition to the built-in etcd, it also supports [Consul ](docs/en/latest/discovery/consul_kv.md ) and [Nacos ](docs/en/latest/discovery/nacos.md ), and [Eureka ](docs/en/latest/discovery.md )
2021-03-01 14:06:33 +08:00
- Monitoring And Metrics: [Prometheus ](docs/en/latest/plugins/prometheus.md )
- Clustering: APISIX nodes are stateless, creates clustering of the configuration center, please refer to [etcd Clustering Guide ](https://etcd.io/docs/v3.4.0/op-guide/clustering/ ).
2021-03-31 10:20:13 +08:00
- High availability: Support to configure multiple etcd addresses in the same cluster.
2020-12-01 11:52:49 +08:00
- [Dashboard ](https://github.com/apache/apisix-dashboard )
2020-10-27 21:51:12 +08:00
- Version Control: Supports rollbacks of operations.
- CLI: start\stop\reload APISIX through the command line.
2021-03-31 10:20:13 +08:00
- [Stand-Alone ](docs/en/latest/stand-alone.md ): Supports to load route rules from local YAML file, it is more friendly such as under the kubernetes(k8s).
2021-03-16 09:03:50 +08:00
- [Global Rule ](docs/en/latest/architecture-design/global-rule.md ): Allows to run any plugin for all request, eg: limit rate, IP filter etc.
2021-03-31 10:20:13 +08:00
- High performance: The single-core QPS reaches 18k with an average delay of fewer than 0.2 milliseconds.
2021-03-01 14:06:33 +08:00
- [Fault Injection ](docs/en/latest/plugins/fault-injection.md )
2021-03-31 10:20:13 +08:00
- [REST Admin API ](docs/en/latest/admin-api.md ): 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. **The `admin_key` field in `conf/config.yaml` needs to be modified before deployment to ensure security** .
2021-03-01 14:06:33 +08:00
- External Loggers: Export access logs to external log management tools. ([HTTP Logger](docs/en/latest/plugins/http-logger.md), [TCP Logger ](docs/en/latest/plugins/tcp-logger.md ), [Kafka Logger ](docs/en/latest/plugins/kafka-logger.md ), [UDP Logger ](docs/en/latest/plugins/udp-logger.md ))
2021-01-21 14:21:37 +08:00
- [Helm charts ](https://github.com/apache/apisix-helm-chart )
2020-01-10 13:30:21 +08:00
- **Highly scalable**
2021-03-01 14:06:33 +08:00
- [Custom plugins ](docs/en/latest/plugin-develop.md ): Allows hooking of common phases, such as `rewrite` , `access` , `header filter` , `body filter` and `log` , also allows to hook the `balancer` stage.
2021-06-22 02:10:41 +08:00
- [Plugin can be writtern in Java/Go ](docs/en/latest/external-plugin.md )
2020-10-27 21:51:12 +08:00
- Custom load balancing algorithms: You can use custom load balancing algorithms during the `balancer` phase.
- Custom routing: Support users to implement routing algorithms themselves.
## Get Started
2021-07-01 11:21:17 +08:00
1. Installation
2019-05-28 16:26:30 +08:00
2020-07-07 10:35:02 +08:00
APISIX Installed and tested in the following systems:
2019-09-11 15:22:18 +08:00
2019-11-25 13:09:32 +08:00
CentOS 7, Ubuntu 16.04, Ubuntu 18.04, Debian 9, Debian 10, macOS, **ARM64** Ubuntu 18.04
2019-06-04 19:54:45 +08:00
2021-07-01 11:21:17 +08:00
Please refer to [install documentation ](docs/en/latest/how-to-build.md ).
2019-05-28 16:26:30 +08:00
2021-02-18 12:33:20 +08:00
2. Getting started
2019-05-28 16:26:30 +08:00
2021-03-31 10:20:13 +08:00
The getting started guide is a great way to learn the basics of APISIX. Just follow the steps in [Getting Started ](docs/en/latest/getting-started.md ).
2019-11-26 21:24:45 +08:00
2021-06-25 08:57:50 +08:00
Further, you can follow the documentation to try more [plugins ](docs/en/latest/plugins ).
2020-01-21 17:58:24 +08:00
2020-07-07 10:35:02 +08:00
3. Admin API
2020-01-21 17:58:24 +08:00
2021-07-01 11:21:17 +08:00
Apache APISIX provides [REST Admin API ](docs/en/latest/admin-api.md ) to dynamically control the Apache APISIX cluster.
2020-01-21 17:58:24 +08:00
2020-07-07 10:35:02 +08:00
4. Plugin development
2019-08-07 15:26:53 +08:00
2021-07-01 11:21:17 +08:00
You can refer to [plugin development guide ](docs/en/latest/plugin-develop.md ), and sample plugin `example-plugin` 's code implementation.
Reading [plugin concept ](docs/en/latest/architecture-design/plugin.md ) would help you learn more about the plugin.
2020-04-26 11:05:22 +08:00
2021-07-01 11:21:17 +08:00
For more documents, please refer to [Apache APISIX Documentation site ](https://apisix.apache.org/docs/apisix/getting-started/ )
2020-07-07 10:35:02 +08:00
2019-05-31 16:37:26 +08:00
## Benchmark
2019-07-06 16:49:06 +08:00
2021-03-31 10:20:13 +08:00
Using AWS's eight-core server, APISIX's QPS reaches 140,000 with a latency of only 0.2 ms.
2019-06-06 14:40:04 +08:00
2021-01-16 21:31:13 +08:00
[Benchmark script ](benchmark/run.sh ), [test method and process ](https://gist.github.com/membphis/137db97a4bf64d3653aa42f3e016bd01 ) has been open source, welcome to try and contribute.
2020-07-07 10:35:02 +08:00
2021-03-31 10:20:13 +08:00
## Apache APISIX vs. Kong
2020-01-10 13:30:21 +08:00
2020-01-14 11:34:01 +08:00
#### Both of them have been covered core features of API gateway
2020-01-10 14:03:13 +08:00
2020-10-27 21:51:12 +08:00
| **Features** | **Apache APISIX** | **KONG** |
| :------------------- | :---------------- | :------- |
| **Dynamic upstream** | Yes | Yes |
| **Dynamic router** | Yes | Yes |
| **Health check** | Yes | Yes |
| **Dynamic SSL** | Yes | Yes |
| **L4 and L7 proxy** | Yes | Yes |
| **Opentracing** | Yes | Yes |
| **Custom plugin** | Yes | Yes |
| **REST API** | Yes | Yes |
| **CLI** | Yes | Yes |
2020-01-10 13:30:21 +08:00
#### The advantages of Apache APISIX
2020-01-15 11:57:11 +08:00
2020-10-27 21:51:12 +08:00
| **Features** | **Apache APISIX** | **Kong** |
| :-------------------------------------------------------------- | :------------------------------------------------ | :---------------------- |
| Belongs to | Apache Software Foundation | Kong Inc. |
2021-03-31 10:20:13 +08:00
| Tech Architecture | Nginx + etcd | Nginx + Postgres |
2021-04-09 09:22:52 +08:00
| Communication channels | Mail list, Wechat group, QQ group, [GitHub ](https://github.com/apache/apisix/issues ), [Slack ](https://join.slack.com/t/the-asf/shared_invite/zt-nggtva4i-hDCsW1S35MuZ2g_2DgVDGg ), meetup | GitHub, Freenode, forum |
2021-03-31 10:20:13 +08:00
| Single-core CPU, QPS(enable limit-count and Prometheus plugins) | 18000 | 1700 |
2020-10-27 21:51:12 +08:00
| Latency | 0.2 ms | 2 ms |
| Dubbo | Yes | No |
| Configuration rollback | Yes | No |
| Route with TTL | Yes | No |
| Plug-in hot loading | Yes | No |
| Custom LB and route | Yes | No |
| REST API < -- > gRPC transcoding | Yes | No |
| Tengine | Yes | No |
| MQTT | Yes | No |
2021-03-31 10:20:13 +08:00
| Configuration effective time | Event-driven, < 1ms | polling , 5 seconds |
2020-10-27 21:51:12 +08:00
| Dashboard | Yes | No |
| IdP | Yes | No |
| Configuration Center HA | Yes | No |
| Speed limit for a specified time window | Yes | No |
| Support any Nginx variable as routing condition | Yes | No |
2019-07-31 22:42:17 +08:00
2020-07-07 10:35:02 +08:00
Benchmark comparison test [details data ](https://gist.github.com/membphis/137db97a4bf64d3653aa42f3e016bd01 )
2020-10-27 21:51:12 +08:00
### Contributor Over Time
2021-03-12 11:46:39 +08:00
> [visit here](https://www.apiseven.com/contributor-graph) to generate Contributor Over Time.
2021-04-21 08:57:17 +08:00
[![Contributor over time ](https://contributor-graph-api.apiseven.com/contributors-svg?repo=apache/apisix )](https://www.apiseven.com/en/contributor-graph?repo=apache/apisix)
2020-10-13 10:38:56 +08:00
2020-01-10 13:30:21 +08:00
## Videos And Articles
2021-01-03 11:26:40 +08:00
2020-10-28 13:19:37 +08:00
- [Apache APISIX: How to implement plugin orchestration in API Gateway ](https://www.youtube.com/watch?v=iEegNXOtEhQ )
- [Improve Apache APISIX observability with Apache Skywalking ](https://www.youtube.com/watch?v=DleVJwPs4i4 )
2020-02-01 11:30:41 +08:00
- [APISIX technology selection, testing and continuous integration ](https://medium.com/@ming_wen/apache-apisixs-technology-selection-testing-and-continuous-integration-313221b02542 )
- [Analysis of Excellent Performance of Apache APISIX Microservices Gateway ](https://medium.com/@ming_wen/analysis-of-excellent-performance-of-apache-apisix-microservices-gateway-fc77db4090b5 )
2019-07-31 22:42:17 +08:00
2020-01-10 13:30:21 +08:00
## User Stories
2020-10-27 21:51:12 +08:00
2021-07-23 17:45:07 +08:00
- [Sina Weibo: the road to customization of Sina Weibo API gateway based on Apache APISIX(Chinese) ](https://apisix.apache.org/blog/2021/07/14/the-road-to-customization-of-Sina-Weibo-API-gateway-based-on-Apache-APISIX )
2020-10-10 16:18:00 +08:00
- [European Factory Platform: API Security Gateway – Using APISIX in the eFactory Platform ](https://www.efactory-project.eu/post/api-security-gateway-using-apisix-in-the-efactory-platform )
2020-01-10 14:03:13 +08:00
- [ke.com: How to Build a Gateway Based on Apache APISIX(Chinese) ](https://mp.weixin.qq.com/s/yZl9MWPyF1-gOyCp8plflA )
- [360: Apache APISIX Practice in OPS Platform(Chinese) ](https://mp.weixin.qq.com/s/zHF_vlMaPOSoiNvqw60tVw )
- [HelloTalk: Exploring Globalization Based on OpenResty and Apache APISIX(Chinese) ](https://www.upyun.com/opentalk/447.html )
2021-03-31 10:20:13 +08:00
- [Tencent Cloud: Why choose Apache APISIX to implement the k8s ingress controller? (Chinese) ](https://www.upyun.com/opentalk/448.html )
- [aispeech: Why we create a new k8s ingress controller? (Chinese) ](https://mp.weixin.qq.com/s/bmm2ibk2V7-XYneLo9XAPQ )
2020-01-10 13:30:21 +08:00
2019-09-18 15:08:52 +08:00
## Who Uses APISIX?
2020-10-27 21:51:12 +08:00
2019-11-25 13:09:32 +08:00
A wide variety of companies and organizations use APISIX for research, production and commercial product, including:
2019-11-26 21:24:45 +08:00
2021-03-02 12:29:03 +08:00
< img src = "https://user-images.githubusercontent.com/40708551/109484046-f7c4e280-7aa5-11eb-9d71-aab90830773a.png" width = "725" height = "1700" / >
2019-09-18 15:08:52 +08:00
2021-03-07 14:34:33 +08:00
Users are encouraged to add themselves to the [Powered By ](powered-by.md ) page.
2019-09-18 15:08:52 +08:00
2019-07-18 16:09:30 +08:00
## Landscape
2020-10-27 21:51:12 +08:00
2019-11-25 13:09:32 +08:00
< p align = "left" >
2021-03-01 12:00:06 +08:00
< img src = "https://landscape.cncf.io/images/left-logo.svg" width = "150" > < img src = "https://landscape.cncf.io/images/right-logo.svg" width = "200" / >
< br / > < br / >
2021-02-26 17:56:32 +08:00
APISIX enriches the < a href = "https://landscape.cncf.io/card-mode?category=api-gateway&grouping=category" >
2019-11-25 13:09:32 +08:00
CNCF API Gateway Landscape.< / a >
< / p >
2019-08-07 13:12:40 +08:00
2020-10-10 16:18:51 +08:00
## Logos
2021-03-02 17:12:21 +08:00
- [Apache APISIX logo(PNG) ](https://github.com/apache/apisix/tree/master/logos/apache-apisix.png )
2020-10-10 16:18:51 +08:00
- [Apache APISIX logo source ](https://apache.org/logos/#apisix )
2019-06-06 14:38:55 +08:00
## Acknowledgments
2019-07-06 16:49:06 +08:00
2020-01-19 15:06:28 +08:00
Inspired by Kong and Orange.
2020-10-27 21:51:12 +08:00
## License
2021-03-02 17:12:21 +08:00
[Apache 2.0 License ](https://github.com/apache/apisix/tree/master/LICENSE )