Serendipity96 commented on a change in pull request #678: URL: https://github.com/apache/apisix-website/pull/678#discussion_r736347097
########## File path: website/blog/2021/09/06/python-helps-you-quickly-with-Apache-APISIX-development.md ########## @@ -1,98 +1,97 @@ --- -title: "Python 助你快速上手 Apache APISIX 插件开发" -author: "帅进超" +title: Python helps you get up to speed with Apache APISIX plug-in development +author: Jinchao Shuai authorURL: "https://github.com/shuaijinchao" authorImageURL: "https://avatars.githubusercontent.com/u/8529452?v=4" keywords: - Python - APISIX -- APISIX Python 插件 -- APISIX Python plugin +- Python plugin - apisix-python-plugin-runner -- APISIX Python Plugin Runner +- APISIX Python Plugin Runner tags: [Practical Case] --- -> 在 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 的插件时又多了一种新选择。 +> The [Java](https://github.com/apache/apisix-java-plugin-runner) and [Go](https://github.com/apache/apisix-java-plugin-runner) languages have been supported in the community before the Apache APISIX Python Runner. +and [Go](https://github.com/apache/apisix-go-plugin-runner) languages, today Python Runner +is now available, giving the community another option for developing plugins for Apache APISIX. -<!--truncate--> +<! --truncate --> -## 简介 +## Introduction ### Apache APISIX -`Apache APISIX` 是一个高性能的云原生开源 API 网关,它可以对请求进行统一的拦截和治理(如:鉴权、认证、缓存、版本、熔断、审计 等等)帮助开发人员轻松的对外提供安全可靠的服务,而开发人员通过 `Apache APISIX` -的加持只需要关注业务实现即可,省去了大量花费在通用能力上的开发与维护上的时间并且也降低了整体业务架构的复杂度。 +`Apache APISIX` is a high-performance cloud-native open-source API gateway that provides unified request interception and governance (e.g., authentication, caching, versioning, fusing, auditing, etc.) to help developers easily provide secure and reliable services to the outside world, while developers only need to focus on business implementation with `Apache APISIX`. +saves a lot of time in developing and maintaining generic capabilities and reduces the complexity of the overall business architecture. Review comment: This is not a complete sentence, we should not break here. -- 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]
