mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-15 01:11:58 +08:00
7d4a193e58
* doc: added new doc `README.md` in `doc` folder, and add more doc link to `README.md`.
38 lines
2.1 KiB
Markdown
38 lines
2.1 KiB
Markdown
[中文](README_CN.md)
|
||
|
||
Reference document
|
||
==================
|
||
|
||
* [APISIX Readme](../README.md)
|
||
* [Architecture Design](architecture-design.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)
|
||
* [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).
|
||
* [Stream Proxy](stream-proxy.md)
|
||
* [Admin API](admin-api-cn.md)
|
||
* [Changelog](../CHANGELOG.md)
|
||
* [Code Style](../CODE_STYLE.md)
|
||
* [FAQ](../FAQ.md)
|
||
|
||
Plugins
|
||
=======
|
||
|
||
* [hot reload](plugins.md): Hot reload without reload service.
|
||
* [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).
|
||
* [proxy-rewrite](plugins/proxy-rewrite.md): Rewrite upstream request information.
|
||
* [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-transcoding.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
|