sunjincheng121 commented on a change in pull request #757: Add design documents URL: https://github.com/apache/incubator-iotdb/pull/757#discussion_r372299802
########## File path: docs/Documentation-CHN/Developers/Architecture.md ########## @@ -0,0 +1,51 @@ +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + +# 应用概览 + + + +物联网时序数据库 Apache IoTDB 的架构图如上所示,覆盖时序数据的采集、存储、查询、分析、可视化等全生命周期,其中灰色部分为 IoTDB 组件。 + +## IoTDB 架构介绍 + + + +IoTDB 采用客户端-服务器架构。其中服务器端主要包括查询引擎,用来处理用户的所有请求,并分发到对应的管理组件,包括数据写入层、数据查询、元数据管理、权限管理等模块。 Review comment: 将“IoTDB 采用客户端-服务器架构。" 移动到 架构图上面 是不是 好一点,因为目前看 标题下面直接图片,有点空。建议放到图片上方,比如: “IoTDB 采用客户端-服务器架构,如下图所示:”。 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
