You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runs Apache APISIX plugins written in Python. Implemented as a sidecar that accompanies
APISIX.
Why apisix-python-plugin-runner
APISIX offers many full-featured plugins covering areas such as authentication, security, traffic control, serverless,
analytics & monitoring, transformations, logging.
It also provides highly extensible API, allowing common phases to be mounted, and users can use these api to develop
their own plugins.
APISIX supports writing plugins in multiple languages in
version 2.7.0, this project is APISIX Python side
implementation that supports writing plugins in Python.
Use apisix-python-plugin-runner
For configuration and use, please refer to the Getting Started document.
Get Involved in Development
Welcome to make contributions, but before you start, please check out
Developer Guide to learn how to run and debug apisix-python-plugin-runner
in your own environment.
Status
This project is currently in the experimental stage and it is not recommended to be used in a production environment.