2019-07-14 09:32:22 +08:00
|
|
|
|
[English](README.md)
|
2019-06-05 15:25:58 +08:00
|
|
|
|
## APISIX
|
2019-05-28 15:56:05 +08:00
|
|
|
|
|
2019-06-03 16:29:08 +08:00
|
|
|
|
[![Build Status](https://travis-ci.org/iresty/apisix.svg?branch=master)](https://travis-ci.org/iresty/apisix)
|
|
|
|
|
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/iresty/apisix/blob/master/LICENSE)
|
|
|
|
|
|
2019-06-06 14:57:09 +08:00
|
|
|
|
- **QQ 交流群**: 552030619
|
2019-06-30 22:06:01 +08:00
|
|
|
|
- [![Gitter](https://badges.gitter.im/apisix/community.svg)](https://gitter.im/apisix/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
2019-05-28 15:56:05 +08:00
|
|
|
|
|
2019-06-06 14:57:09 +08:00
|
|
|
|
## 什么是 APISIX?
|
2019-05-28 15:56:05 +08:00
|
|
|
|
|
2019-06-13 12:34:43 +08:00
|
|
|
|
APISIX 是一个云原生、高性能、可扩展的微服务 API 网关。
|
|
|
|
|
|
|
|
|
|
它是基于 OpenResty 和 etcd 来实现,和传统 API 网关相比,APISIX 具备动态路由和插件热加载,特别适合微服务体系下的 API 管理。
|
|
|
|
|
|
|
|
|
|
## 为什么选择 APISIX?
|
2019-07-06 16:49:06 +08:00
|
|
|
|
|
2019-06-13 12:34:43 +08:00
|
|
|
|
如果你正在构建网站、移动设备或 IoT(物联网)的应用,那么你可能需要使用 API 网关来处理接口流量。
|
|
|
|
|
|
|
|
|
|
APISIX 是基于云原生的微服务 API 网关,可以处理传统的南北向流量,也可以处理服务间的东西向流量。
|
|
|
|
|
|
|
|
|
|
APISIX 通过插件机制,提供动态负载平衡、身份验证、限流限速等功能,并且支持你自己开发的插件。
|
|
|
|
|
|
2019-06-30 22:06:01 +08:00
|
|
|
|
更多详细的信息,可以查阅[ APISIX 的白皮书](https://www.iresty.com/download/%E4%BC%81%E4%B8%9A%E7%94%A8%E6%88%B7%E5%A6%82%E4%BD%95%E9%80%89%E6%8B%A9%E5%BE%AE%E6%9C%8D%E5%8A%A1%20API%20%E7%BD%91%E5%85%B3.pdf)
|
|
|
|
|
|
|
|
|
|
![](doc/images/apisix.png)
|
2019-06-17 11:59:31 +08:00
|
|
|
|
|
2019-06-30 22:06:01 +08:00
|
|
|
|
## 功能
|
2019-07-06 16:49:06 +08:00
|
|
|
|
|
2019-08-01 11:29:22 +08:00
|
|
|
|
- **云原生**: 平台无关,没有供应商锁定,无论裸机还是 Kubernetes,APISIX 都可以运行。
|
2019-08-04 14:10:17 +08:00
|
|
|
|
- **热更新和热插件**: 无需重启服务,就可以持续更新配置和插件。
|
|
|
|
|
- **动态负载均衡**:动态支持有权重的 round-robin 负载平衡。
|
|
|
|
|
- **支持一致性 hash 的负载均衡**:动态支持一致性 hash 的负载均衡。
|
|
|
|
|
- **SSL**:动态加载 SSL 证书。
|
2019-06-30 22:06:01 +08:00
|
|
|
|
- **反向代理**
|
2019-08-04 14:10:17 +08:00
|
|
|
|
- **[健康检查](doc/health-check.md)**:启用上游节点的健康检查,将在负载均衡期间自动过滤不健康的节点,以确保系统稳定性。
|
2019-08-01 11:29:22 +08:00
|
|
|
|
- **熔断器**: 智能跟踪不健康上游服务.
|
2019-07-25 00:34:26 +08:00
|
|
|
|
- **身份认证**: [key-auth](doc/plugins/key-auth-cn.md), [JWT]([key-auth](doc/plugins/jwt-auth-cn.md))。
|
2019-08-01 11:29:22 +08:00
|
|
|
|
- **[限制速率](doc/plugins/limit-req-cn.md)**
|
|
|
|
|
- **[限制请求数](doc/plugins/limit-count-cn.md)**
|
|
|
|
|
- **[限制并发](doc/plugins/limit-conn-cn.md)**
|
|
|
|
|
- **OpenTracing: [Zipkin](doc/plugins/zipkin.md)**
|
|
|
|
|
- **监控和指标**: [Prometheus](doc/plugins/prometheus-cn.md)
|
2019-08-01 12:51:28 +08:00
|
|
|
|
- **自定义插件**: 允许挂载常见阶段,例如`rewrite`,`access`,`header filer`,`body filter`和`log`,还允许挂载 `balancer` 阶段。
|
2019-08-01 11:29:22 +08:00
|
|
|
|
- **控制台**: 内置控制台来操作 APISIX 集群。
|
|
|
|
|
- **CLI**: 使用命令行来启动、关闭和重启 APISIX。
|
2019-06-30 22:06:01 +08:00
|
|
|
|
- **REST API**
|
|
|
|
|
- **集群**
|
|
|
|
|
- **可扩展**
|
2019-08-04 14:10:17 +08:00
|
|
|
|
- **高性能**:在单核上 QPS 可以达到 24k,同时延迟只有 0.6 毫秒。
|
2019-07-15 13:14:07 +08:00
|
|
|
|
- **防御 ReDoS(正则表达式拒绝服务)**
|
2019-06-30 22:06:01 +08:00
|
|
|
|
- **OAuth2.0**: TODO.
|
|
|
|
|
- **ACL**: TODO.
|
|
|
|
|
- **Bot detection**: TODO.
|
2019-07-03 11:30:14 +08:00
|
|
|
|
- **IP 黑名单**: TODO.
|
2019-06-05 10:22:24 +08:00
|
|
|
|
|
2019-06-05 15:25:58 +08:00
|
|
|
|
## 安装
|
2019-06-05 10:22:24 +08:00
|
|
|
|
|
2019-06-05 15:25:58 +08:00
|
|
|
|
APISIX 在以下操作系统中做过安装和运行测试:
|
2019-06-05 10:22:24 +08:00
|
|
|
|
|
2019-07-06 16:49:06 +08:00
|
|
|
|
| 操作系统 | OpenResty | 状态 |
|
|
|
|
|
| ------------ | --------- | ---- |
|
2019-07-22 22:53:57 +08:00
|
|
|
|
| CentOS 7 | 1.15.8.1 | √ |
|
|
|
|
|
| Ubuntu 16.04 | 1.15.8.1 | √ |
|
|
|
|
|
| Ubuntu 18.04 | 1.15.8.1 | √ |
|
|
|
|
|
| Debian 9 | 1.15.8.1 | √ |
|
|
|
|
|
| Mac OSX | 1.15.8.1 | √ |
|
2019-06-05 15:25:58 +08:00
|
|
|
|
|
|
|
|
|
现在有两种方式来安装: 如果你是 CentOS 7 的系统,推荐使用 RPM 包安装;其他的系统推荐使用 Luarocks 安装。
|
|
|
|
|
|
2019-07-06 16:49:06 +08:00
|
|
|
|
### 通过 RPM 包安装(CentOS 7)
|
2019-06-05 15:25:58 +08:00
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
sudo yum install yum-utils
|
|
|
|
|
sudo yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo
|
|
|
|
|
sudo yum install -y openresty etcd
|
|
|
|
|
sudo service etcd start
|
|
|
|
|
|
2019-08-05 21:05:48 +08:00
|
|
|
|
sudo yum install -y https://github.com/iresty/apisix/releases/download/v0.6/apisix-0.6-0.el7.noarch.rpm
|
2019-06-05 15:25:58 +08:00
|
|
|
|
```
|
|
|
|
|
|
2019-06-06 10:57:40 +08:00
|
|
|
|
如果安装成功,就可以参考 [**快速上手**](#快速上手) 来进行体验。如果失败,欢迎反馈给我们。
|
2019-06-05 15:25:58 +08:00
|
|
|
|
|
|
|
|
|
### 通过 Luarocks 安装
|
|
|
|
|
|
|
|
|
|
#### 依赖项
|
|
|
|
|
|
|
|
|
|
APISIX 是基于 [openresty](http://openresty.org/) 之上构建的, 配置数据的存储和分发是通过 [etcd](https://github.com/etcd-io/etcd) 来完成。
|
|
|
|
|
|
2019-06-20 17:41:54 +08:00
|
|
|
|
我们推荐你使用 [luarocks](https://luarocks.org/) 来安装 APISIX,不同的操作系统发行版本有不同的依赖和安装步骤,具体可以参考: [安装前的依赖](doc/install-dependencies.md)
|
2019-06-05 15:25:58 +08:00
|
|
|
|
|
|
|
|
|
#### 安装 APISIX
|
|
|
|
|
|
|
|
|
|
```shell
|
2019-07-07 08:24:21 +08:00
|
|
|
|
sudo luarocks install --lua-dir=/usr/local/openresty/luajit apisix
|
2019-06-05 15:25:58 +08:00
|
|
|
|
```
|
|
|
|
|
|
2019-06-14 12:00:28 +08:00
|
|
|
|
如果一切顺利,你会在最后看到这样的信息:
|
2019-07-06 16:49:06 +08:00
|
|
|
|
|
2019-06-05 15:25:58 +08:00
|
|
|
|
> apisix is now built and installed in /usr (license: Apache License 2.0)
|
|
|
|
|
|
|
|
|
|
恭喜你,APISIX 已经安装成功了。
|
|
|
|
|
|
2019-07-18 16:09:30 +08:00
|
|
|
|
## 开发环境
|
2019-06-17 11:59:31 +08:00
|
|
|
|
|
2019-07-18 16:09:30 +08:00
|
|
|
|
如果你是一个开发者,可以从 [开发文档](doc/dev-manual-cn.md) 中获取搭建开发环境和运行测试案例的步骤.
|
2019-07-05 19:01:20 +08:00
|
|
|
|
|
2019-06-05 15:25:58 +08:00
|
|
|
|
## 快速上手
|
|
|
|
|
|
|
|
|
|
1. 启动 APISIX
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
sudo apisix start
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
2. 测试限流插件
|
|
|
|
|
|
2019-07-18 16:09:30 +08:00
|
|
|
|
你可以测试限流插件,来上手体验 APISIX,按照限流插件的[文档](doc/plugins/limit-count-cn.md)步骤即可.
|
2019-06-05 15:25:58 +08:00
|
|
|
|
|
2019-06-30 22:06:01 +08:00
|
|
|
|
你可以跟着文档来尝试更多的[插件](doc/plugins-cn.md).
|
|
|
|
|
|
2019-06-05 15:25:58 +08:00
|
|
|
|
## 性能测试
|
2019-07-06 16:49:06 +08:00
|
|
|
|
|
2019-06-06 14:57:09 +08:00
|
|
|
|
使用谷歌云的 4 核心服务器来运行 APISIX,QPS 可以达到 60000,同时延时只有 0.5 毫秒。
|
2019-06-05 15:25:58 +08:00
|
|
|
|
|
2019-06-06 14:57:09 +08:00
|
|
|
|
你可以看出[性能测试文档](doc/benchmark-cn.md)来了解更多详细内容。
|
2019-06-06 12:39:49 +08:00
|
|
|
|
|
2019-07-18 16:09:30 +08:00
|
|
|
|
## 架构设计
|
2019-07-06 16:49:06 +08:00
|
|
|
|
|
2019-06-06 14:57:09 +08:00
|
|
|
|
[详细设计文档](doc/architecture-design-cn.md)
|
2019-06-05 11:33:37 +08:00
|
|
|
|
|
2019-07-31 22:42:17 +08:00
|
|
|
|
## 视频和幻灯片
|
|
|
|
|
|
|
|
|
|
- [APISIX 的选型、测试和持续集成](https://www.upyun.com/opentalk/432.html)
|
|
|
|
|
|
|
|
|
|
- [APISIX 高性能实践](https://www.upyun.com/opentalk/429.html)
|
|
|
|
|
|
2019-07-18 16:09:30 +08:00
|
|
|
|
## 全景图
|
|
|
|
|
|
|
|
|
|
APISIX 被纳入 [云原生软件基金会 API 网关全景图](https://landscape.cncf.io/category=api-gateway&format=card-mode&grouping=category):
|
|
|
|
|
|
2019-07-18 16:19:14 +08:00
|
|
|
|
![](doc/images/cncf-landscope.jpg)
|
2019-07-18 16:09:30 +08:00
|
|
|
|
|
2019-08-07 13:12:40 +08:00
|
|
|
|
## 常见问题(FAQ)
|
|
|
|
|
在社区中经常会有开发者问到的一些问题,我们整理在下面这份 [FAQ](FAQ_CN.md) 中:
|
|
|
|
|
|
|
|
|
|
如果你关心的问题没有在其中,欢迎提交 issue 或者加入下面的 QQ 群和我们沟通。
|
|
|
|
|
|
2019-06-05 16:15:37 +08:00
|
|
|
|
## 参与社区
|
2019-06-05 10:22:24 +08:00
|
|
|
|
|
2019-06-05 15:25:58 +08:00
|
|
|
|
如果你对 APISIX 的开发和使用感兴趣,欢迎加入我们的 QQ 群来交流:
|
2019-06-05 10:22:24 +08:00
|
|
|
|
|
2019-06-06 12:39:49 +08:00
|
|
|
|
<img src="doc/images/qq-group.png" width="302" height="302">
|
2019-06-05 16:15:37 +08:00
|
|
|
|
|
2019-06-06 14:57:09 +08:00
|
|
|
|
## 致谢
|
2019-07-06 16:49:06 +08:00
|
|
|
|
|
2019-07-04 21:17:33 +08:00
|
|
|
|
灵感来自 Kong 和 Orange。
|