Alanxtl commented on code in PR #74: URL: https://github.com/apache/dubbo-go-pixiu-samples/pull/74#discussion_r2099560552
########## HOWTO.md: ########## @@ -0,0 +1,117 @@ +# How to Run Review Comment: done added in the README.md ```markdown ## Dubbo-go-pixiu ecosystem other projects - [pixiu-admin](https://github.com/dubbo-go-pixiu/pixiu-admin) Dubbo-go-pixiu Admin is a comprehensive management platform for the dubbo-go-pixiu Gateway. It provides a centralized control panel for configuring, monitoring, and managing gateway resources through both a web-based user interface and RESTful APIs. - [pixiu-api](https://github.com/dubbo-go-pixiu/pixiu-api) Dubbo-go-pixiu API is a gateway framework that serves as the API configuration model for the dubbo-go-pixiu ecosystem. It provides a set of APIs and configuration models to build, configure, and extend API gateway functionality for microservices, with a particular focus on integration with Dubbo services. - [benchmark](https://github.com/dubbo-go-pixiu/benchmark) The benchmark system allows users to measure and analyze key performance metrics such as latency, throughput, and Queries Per Second (QPS) under various load conditions to evaluate the efficiency of the protocol conversion process. ``` added in the README_CN.md ```markdown ## Dubbo-go-pixiu 生态系统的其他项目 - **[pixiu-admin](https://github.com/dubbo-go-pixiu/pixiu-admin)** Dubbo-go-pixiu Admin 是 dubbo-go-pixiu 网关的综合管理平台。它提供了一个集中的控制面板,用于通过基于 Web 的用户界面和 RESTful API 来配置、监控和管理网关资源。 - **[pixiu-api](https://github.com/dubbo-go-pixiu/pixiu-api)** Dubbo-go-pixiu API 是 dubbo-go-pixiu 生态系统的 API 配置模型。它提供了一组 API 和配置模型,用于构建、配置和扩展微服务的 API 网关功能,尤其侧重于与 Dubbo 服务的集成。 - **[benchmark](https://github.com/dubbo-go-pixiu/benchmark)** 该基准测试系统允许用户在各种负载条件下测量和分析关键性能指标,如延迟、吞吐量和每秒查询数 (QPS),以评估协议转换过程的效率。 ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
