2019-09-22 17:17:23 +08:00
2019-09-23 06:11:09 +08:00
Reference document
==================
2019-09-22 17:17:23 +08:00
* [APISIX Readme ](../README.md )
* [Architecture Design ](architecture-design-cn.md )
* [Benchmark ](benchmark.md )
* [Build development ENV ](dev-manual.md )
* [Install Dependencies ](install-dependencies.md ): How to install dependencies for different OS.
* [Health Check ](health-check.md ): Enable health check on the upstream node, and will automatically filter unhealthy nodes during load balancing to ensure system stability.
* Router
* [radixtree ](router-radixtree.md )
* [r3 ](router-r3.md )
2019-09-23 22:03:18 +08:00
* [Stand Alone Model ](stand-alone.md ): Supports to load route rules from local yaml file, it is more friendly such as under the kubernetes(k8s).
2019-09-23 06:11:09 +08:00
* [Stream Proxy ](stream-proxy.md )
* [Changelog ](../CHANGELOG.md )
* [Code Style ](../CODE_STYLE.md )
* [FAQ ](../FAQ.md )
2019-09-22 17:17:23 +08:00
* [Plugins ](plugins.md )
* [key-auth ](plugins/key-auth.md ): User authentication based on Key Authentication.
* [JWT-auth ](plugins/jwt-auth-cn.md ): User authentication based on [JWT ](https://jwt.io/ ) (JSON Web Tokens) Authentication.
* [HTTPS/TLS ](https.md ): Dynamic load the SSL Certificate by Server Name Indication (SNI).
* [limit-count ](plugins/limit-count.md ): Rate limiting based on a "fixed window" implementation.
* [limit-req ](plugins/limit-req.md ): Request rate limiting and adjustment based on the "leaky bucket" method.
* [limit-conn ](plugins/limit-conn.md ): Limite request concurrency (or concurrent connections).
* [prometheus ](plugins/prometheus.md ): Expose metrics related to APISIX and proxied upstream services in Prometheus exposition format, which can be scraped by a Prometheus Server.
* [OpenTracing ](plugins/zipkin.md ): Supports Zikpin and Apache SkyWalking.
* [grpc-transcode ](plugins/grpc-transcode-cn.md ): REST < -- > gRPC transcoding。
* [serverless ](plugins/serverless-cn.md ): AllowS to dynamically run Lua code at *different* phase in APISIX.
* [ip-restriction ](plugins/ip-restriction.md ): IP whitelist/blacklist.
* openid-connect