apisix/doc
2020-05-07 11:20:23 +08:00
..
images doc: adding getting started guide as the quick start guide (#1287) 2020-03-18 08:47:55 +08:00
plugins doc: alter logger plugins documentations. (#1541) 2020-05-07 11:20:23 +08:00
admin-api-cn.md feat: support saving k8s deployment info to upstream (#1502) 2020-04-27 10:47:17 +08:00
admin-api.md feat: support saving k8s deployment info to upstream (#1502) 2020-04-27 10:47:17 +08:00
apisix-plugin-design.graffle doc: exported balancer phase for plugin. 2019-07-24 11:09:24 +08:00
architecture-design-cn.md feat: support saving k8s deployment info to upstream (#1502) 2020-04-27 10:47:17 +08:00
architecture-design.md feat: support saving k8s deployment info to upstream (#1502) 2020-04-27 10:47:17 +08:00
batch-processor-cn.md doc: alter logger plugins documentations. (#1541) 2020-05-07 11:20:23 +08:00
batch-processor.md doc: fix some doc styles by markdownlint (#1460) 2020-04-16 19:21:46 +08:00
benchmark-cn.md doc: fix some doc styles by markdownlint (#1460) 2020-04-16 19:21:46 +08:00
benchmark.md doc: fix some doc styles by markdownlint (#1460) 2020-04-16 19:21:46 +08:00
getting-started-cn.md doc: fix some doc styles by markdownlint (#1460) 2020-04-16 19:21:46 +08:00
getting-started.md doc: fix some doc styles by markdownlint (#1460) 2020-04-16 19:21:46 +08:00
grpc-proxy-cn.md doc: fix some doc styles by markdownlint (#1460) 2020-04-16 19:21:46 +08:00
grpc-proxy.md doc: fix some doc styles for files in doc/ (#1475) 2020-04-20 09:07:42 +08:00
health-check.md doc: fix some doc styles for files in doc/ (#1475) 2020-04-20 09:07:42 +08:00
how-to-build-cn.md release: released 1.2 version. (#1436) 2020-04-21 09:14:01 +08:00
how-to-build.md release: released 1.2 version. (#1436) 2020-04-21 09:14:01 +08:00
https-cn.md doc: fix some doc styles for files in doc/ (#1475) 2020-04-20 09:07:42 +08:00
https.md doc: fix some doc styles for files in doc/ (#1475) 2020-04-20 09:07:42 +08:00
install-dependencies.md release: the first Apache release of APISIX. (#896) 2019-11-25 13:09:32 +08:00
plugin-develop-cn.md doc: fix some doc styles for files in doc/ (#1475) 2020-04-20 09:07:42 +08:00
plugin-develop.md doc: fix some doc styles for files in doc/ (#1475) 2020-04-20 09:07:42 +08:00
plugins-cn.md doc: fix some doc styles for files in doc/ (#1475) 2020-04-20 09:07:42 +08:00
plugins.md doc: fix some doc styles for files in doc/ (#1475) 2020-04-20 09:07:42 +08:00
powered-by.md doc: add more companies to power-by page. (#1317) 2020-03-22 19:24:09 +08:00
profile-cn.md doc: fix some doc styles for files in doc/ (#1475) 2020-04-20 09:07:42 +08:00
profile.md doc: fix some doc styles for files in doc/ (#1475) 2020-04-20 09:07:42 +08:00
README_CN.md feature: add batch request plugin. (#1388) 2020-04-29 21:40:45 +08:00
README.md feature: add batch request plugin. (#1388) 2020-04-29 21:40:45 +08:00
router-radixtree.md doc: fix some doc styles for files in doc/ (#1475) 2020-04-20 09:07:42 +08:00
stand-alone-cn.md doc: fix some doc styles by markdownlint (#1460) 2020-04-16 19:21:46 +08:00
stand-alone.md doc: fixed some typo and update content. (#895) 2019-11-24 21:15:39 +08:00
stream-proxy-cn.md doc: fix some doc styles for files in doc/ (#1475) 2020-04-20 09:07:42 +08:00
stream-proxy.md doc: fix some doc styles for files in doc/ (#1475) 2020-04-20 09:07:42 +08:00

Chinese

Reference Documentation

Plugins

  • hot reload: Hot reload without reload service.
  • key-auth: User authentication based on Key Authentication.
  • JWT-auth: User authentication based on JWT (JSON Web Tokens) Authentication.
  • basic-auth: User authentication based on Basic Authentication.
  • wolf-rbac User Authentication and Authorization based on RBAC.
  • HTTPS/TLS: Dynamic load the SSL Certificate by Server Name Indication (SNI).
  • limit-count: Rate limiting based on a "fixed window" implementation.
  • limit-req: Request rate limiting and adjustment based on the "leaky bucket" method.
  • limit-conn: Limite request concurrency (or concurrent connections).
  • proxy-rewrite: Rewrite upstream request information.
  • prometheus: Expose metrics related to APISIX and proxied upstream services in Prometheus exposition format, which can be scraped by a Prometheus Server.
  • OpenTracing: Supports Zikpin and Apache SkyWalking.
  • grpc-transcode: REST <--> gRPC transcoding.
  • serverlessAllows to dynamically run Lua code at different phase in APISIX.
  • ip-restriction: IP whitelist/blacklist.
  • openid-connect
  • redirect: URI redirect.
  • response-rewrite: Set customized response status code, body and header to the client.
  • fault-injection: The specified response body, response code, and response time can be returned, which provides processing capabilities in different failure scenarios, such as service failure, service overload, and high service delay.
  • proxy-cache: Provides the ability to cache upstream response data.
  • tcp-logger: Log requests to TCP servers.
  • udp-logger: Log requests to UDP servers.
  • proxy-mirror: Provides the ability to mirror client requests.
  • kafka-logger: Log requests to External Kafka servers.
  • cors: Enable CORS(Cross-origin resource sharing) for your API.
  • batch-requests: Allow you send mutiple http api via http pipeline.

Deploy to the Cloud

AWS

The recommended approach is to deploy APISIX with AWS CDK on AWS Fargate which helps you decouple the APISIX layer and the upstream layer on top of a fully-managed and secure serverless container compute environment with autoscaling capabilities.

See this guide by Pahud Hsieh and learn how to provision the recommended architecture 100% in AWS CDK.