shuaijinchao commented on a change in pull request #560:
URL: https://github.com/apache/apisix-website/pull/560#discussion_r703346354



##########
File path: 
website/blog/2021-09-06-python-helps-you-quickly-with-Apache-APISIX-development.md
##########
@@ -0,0 +1,279 @@
+---
+title: "Python 助你快速上手 Apache APISIX 插件开发"
+author: "shuaijinchao"
+authorURL: "https://github.com/shuaijinchao";
+authorImageURL: "https://avatars.githubusercontent.com/u/8529452?v=4";
+keywords:
+- Python
+- APISIX
+- APISIX Python 插件
+- APISIX Python plugin
+- apisix-python-plugin-runner
+- APISIX Python Plugin Runner 
+tags: [technology]
+
+---
+
+<!--truncate-->
+
+在 `Apache APISIX Python Runner` 之前社区中已经支持了 
[Java](https://github.com/apache/apisix-java-plugin-runner)
+和 [Go](https://github.com/apache/apisix-go-plugin-runner) 语言的 `Runner` ,今天 
`Python Runner`
+也来了,社区中的小伙伴们在开发 `Apache APISIX` 的插件时又多了一种新选择。
+
+## 简介
+
+### Apache APISIX
+
+`Apache APISIX` 是一个高性能的云原生开源API网关,它可以对请求进行统一的拦截和治理(如:鉴权、认证、缓存、版本、熔断、审计 
等等)帮助开发人员轻松的对外提供安全可靠的服务,而开发人员通过 `Apache APISIX`

Review comment:
       done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to