mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-02 20:17:35 +08:00
51d87c0fc6
`apt-get update` is needed before installing new dependencies |
||
---|---|---|
.. | ||
images | ||
plugins | ||
admin-api-cn.md | ||
apisix-plugin-design.graffle | ||
architecture-design-cn.md | ||
architecture-design.md | ||
benchmark-cn.md | ||
benchmark.md | ||
dev-manual-cn.md | ||
dev-manual.md | ||
grpc-proxy-cn.md | ||
grpc-proxy.md | ||
health-check.md | ||
https-cn.md | ||
https.md | ||
install-dependencies.md | ||
plugins-cn.md | ||
plugins.md | ||
powered-by.md | ||
README_CN.md | ||
README.md | ||
router-radixtree.md | ||
stand-alone-cn.md | ||
stand-alone.md | ||
stream-proxy-cn.md | ||
stream-proxy.md |
Reference document
- APISIX Readme
- Architecture Design
- Benchmark
- Build development ENV
- Install Dependencies: How to install dependencies for different OS.
- Health Check: Enable health check on the upstream node, and will automatically filter unhealthy nodes during load balancing to ensure system stability.
- Router
- Stand Alone Model: Supports to load route rules from local yaml file, it is more friendly such as under the kubernetes(k8s).
- Stream Proxy
- Admin API
- Changelog
- Code Style
- FAQ
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.
- 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。
- serverless:AllowS to dynamically run Lua code at different phase in APISIX.
- ip-restriction: IP whitelist/blacklist.
- openid-connect
- redirect: URI redirect.