You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by yi...@apache.org on 2022/03/15 05:50:59 UTC

[apisix-website] branch master updated: docs: update clickhouse blog (#960)

This is an automated email from the ASF dual-hosted git repository.

yilinzeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new dd9679d  docs: update clickhouse blog (#960)
dd9679d is described below

commit dd9679df7e8fa9fa8d22418e62dabd3389b29ba9
Author: yilinzeng <36...@users.noreply.github.com>
AuthorDate: Tue Mar 15 13:50:53 2022 +0800

    docs: update clickhouse blog (#960)
---
 .../2022/03/04/apigateway-clickhouse-makes-logging-easier.md   |  8 ++++----
 .../2022/03/04/apigateway-clickhouse-makes-logging-easier.md   | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/website/blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md b/website/blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md
index 1b7a245..c7fba25 100644
--- a/website/blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md
+++ b/website/blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md
@@ -15,11 +15,11 @@ keywords:
 - ClickHouse
 - Logging
 - Ecosystem
-description: This blog describes the whole process of developing clickhouse-logger for Apache APISIX, and how to implement it with Grafana to achieve the same observability with simpler architechure and worlflows.
-tags: [Technology,Logging]
+description: The author of this article, Zhendong Qi, is from China Mobile Cloud Competence Center. He has extensive experience in distributed object storage software development and has participated in the construction of several resource pools in the mobile cloud. This article describes how community contributor Zhendong Qi contributed `clickhouse-logger` to Apache APISIX and how he used the plugin to simplify the business architecture and improve the efficiency of logging.
+tags: [Technology,Logging,Ecosystem]
 ---
 
-> This blog describes the whole process of developing `clickhouse-logger` for Apache APISIX, and how to implement it with Grafana to achieve the same observability with simpler architechure and worlflows.
+> The author of this article, Zhendong Qi, is from China Mobile Cloud Competence Center. He has extensive experience in distributed object storage software development and has participated in the construction of several resource pools in the mobile cloud. This article describes how community contributor Zhendong Qi contributed `clickhouse-logger` to Apache APISIX and how he used the plugin to simplify the business architecture and improve the efficiency of logging.
 
 <!--truncate-->
 
@@ -29,7 +29,7 @@ Apache APISIX is a dynamic, real-time, high-performance API gateway that provide
 
 Developed by Yandex and open sourced in 2016, ClickHouse is not only a database, but also a database management system that allows creating tables and databases, loading data and running queries at runtime without reconfiguring or restarting services.
 
-As more and more companies start to migrate their business to the cloud, how to efficiently implement log sending and receiving and log analysis to enhance the observabilities of the system becomes a challenge. China Mobile, as a company providing public cloud services, the architecture of the initial Apache APISIX-based business log sending and receiving and analysis system is roughly like this.
+As more and more companies start to migrate their business to the cloud, how to efficiently implement log sending and receiving and log analysis to enhance the observabilities of the system becomes a challenge. China Mobile Cloud Competence Center, as a company providing public cloud services, the architecture of the initial Apache APISIX-based business log sending and receiving and analysis system is roughly like this.
 
 ![initial bussiness architecture](https://static.apiseven.com/202108/1646363723740-f92d6a39-64e0-4464-8c44-c73832362bf6.png)
 
diff --git a/website/i18n/zh/docusaurus-plugin-content-blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md b/website/i18n/zh/docusaurus-plugin-content-blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md
index 263de94..2ee3e32 100644
--- a/website/i18n/zh/docusaurus-plugin-content-blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md
+++ b/website/i18n/zh/docusaurus-plugin-content-blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md
@@ -1,7 +1,7 @@
 ---
 title: "化繁为简,Apache APISIX 集成 ClickHouse 插件提升全链路日志效率"
 authors:
-  - name: "齐振东"
+  - name: "祁振东"
     title: "Author"
     url: "https://github.com/zhendongcmss"
     image_url: "https://github.com/zhendongcmss.png"
@@ -15,11 +15,11 @@ keywords:
 - ClickHouse
 - 日志
 - Ecosystem
-description: 本文讲述了社区贡献者齐振东为 Apache APISIX 贡献 `clickhouse-logger` 的历程,以及如何使用该插件简化业务架构,提升全链路日志效率。
-tags: [Technology,Logging]
+description: 本文讲述了社区贡献者祁振东为 Apache APISIX 贡献 `clickhouse-logger` 的历程,以及如何使用该插件简化业务架构,提升全链路日志效率。
+tags: [Technology,Logging,Ecosystem]
 ---
 
-> 本文讲述了社区贡献者齐振东为 Apache APISIX 贡献 `clickhouse-logger` 的历程,以及如何使用该插件简化业务架构,提升全链路日志效率。
+> 本文作者祁振东,来自中国移动云能力中心。从事分布式对象存储软件开发工作,参与移动云多个资源池的建设工作,在对象存储领域有丰富的实战经验。本文讲述了社区贡献者祁振东为 Apache APISIX 贡献 `clickhouse-logger` 的历程,以及如何使用该插件简化业务架构,提升全链路日志效率。
 
 <!--truncate-->
 
@@ -29,7 +29,7 @@ Apache APISIX 是一个动态、实时、高性能的 API 网关,提供负载
 
 ClickHouse 由 Yandex 开发,在 2016 年开源。ClickHouse 不止是一个数据库, 也是一个数据库管理系统,它允许在运行时创建表和数据库、加载数据和运行查询,而无需重新配置或重启服务。
 
-随着越来越多的公司开始将业务迁移上云,如何高效地实现日志收发及日志分析,增强系统的可观测性成为了一个难题。中国移动作为一家提供公有云服务的企业,前期基于 Apache APISIX 的业务日志收发和和分析系统的架构大致是这样的。
+随着越来越多的公司开始将业务迁移上云,如何高效地实现日志收发及日志分析,增强系统的可观测性成为了一个难题。中国移动云能力中心作为一家提供公有云服务的企业,前期基于 Apache APISIX 的业务日志收发和和分析系统的架构大致是这样的。
 
 ![initial bussiness architecture](https://static.apiseven.com/202108/1646363723740-f92d6a39-64e0-4464-8c44-c73832362bf6.png)