juzhiyuan commented on a change in pull request #436: URL: https://github.com/apache/apisix-website/pull/436#discussion_r683549099
########## File path: website/blog/2021-08-05-Kong-to-APISIX.md ########## @@ -0,0 +1,129 @@ +--- +title: "Kong-To-APISIX 迁移工具" +author: Yiyiyimu +authorURL: "https://github.com/Yiyiyimu" +authorImageURL: "https://avatars.githubusercontent.com/u/34589752?v=4" +--- +> [@Yiyiyimu](https://github.com/Yiyiyimu),Apache APISIX committer from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/) +> +<!--truncate--> + +Apache APISIX 是一个生产可用的开源七层全流量处理平台,可作为 API 网关处理业务入口流量,具有极高性能、超低延迟,官方支持 dashboard 以及超过五十种插件。如果你正在使用 Kong,对 APISIX 感兴趣又苦于难以上手,不妨试试我们刚开源的迁移工具 Kong-To-APISIX,助你一键平滑迁移。 + +## 工具能力 + +Kong-To-APISIX 利用 Kong 和 APISIX 的声明式配置文件实现了配置数据的迁移,并根据两侧架构和功能的不同做出相应适配。目前我们支持了 Kong 一侧 Route、Service、Upstream、Target,Consumer 以及三个插件 Rate Limiting、Proxy Caching 以及 Key Authentication 的配置迁移,并以 Kong 的 [Getting Started Guide](https://docs.konghq.com/getting-started-guide/2.4.x/overview/) 为例,完成了一个最小的 demo。 Review comment: ```suggestion Kong-to-APISIX 利用 Kong 和 APISIX 的声明式配置文件实现了配置数据的迁移,并根据两侧架构和功能的不同做出相应适配。目前我们支持了 Kong 一侧 Route、Service、Upstream、Target,Consumer 以及三个插件 Rate Limiting、Proxy Caching 以及 Key Authentication 的配置迁移,并以 Kong 的 [Getting Started Guide](https://docs.konghq.com/getting-started-guide/2.4.x/overview/) 为例,完成了一个最小的 demo。 ``` ########## File path: website/blog/2021-08-05-Kong-to-APISIX.md ########## @@ -0,0 +1,129 @@ +--- +title: "Kong-To-APISIX 迁移工具" +author: Yiyiyimu +authorURL: "https://github.com/Yiyiyimu" +authorImageURL: "https://avatars.githubusercontent.com/u/34589752?v=4" +--- +> [@Yiyiyimu](https://github.com/Yiyiyimu),Apache APISIX committer from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/) Review comment: ```suggestion > [@Yiyiyimu](https://github.com/Yiyiyimu), Apache APISIX committer from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/) ``` -- 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]
