docs: replace arrow

This commit is contained in:
Alex Duan 2024-12-16 17:15:21 +08:00
parent 6bfa67f79a
commit c1c0a84d75
2 changed files with 8 additions and 4 deletions

View File

@ -28,7 +28,7 @@ pip3 install taos-ws-py
## Configure TDengine Connection In Superset
**Step 1**, enter the new database connection page, Superset -> Setting-> Database Connections -> +DATABASE
**Step 1**, enter the new database connection page, "Superset" → "Setting" → "Database Connections" → "+DATABASE"
**Step 2**, select TDengine database connection, select the "TDengine" option from the drop-down list of "SUPPORTED DATABASES".
:::tip
If there is no TDengine option in the drop-down list, please confirm that the steps of installing, `Superset` is first and `Python Connector` is second.

View File

@ -25,7 +25,7 @@ pip3 install taos-ws-py
## Superset 中配置 TDengine 连接
**第 1 步**,进入新建数据库连接页面 Superset -> Setting-> Database Connections -> +DATABASE
**第 1 步**,进入新建数据库连接页面 "Superset" → "Setting" → "Database Connections" → "+DATABASE"
**第 2 步**,选择 TDengine 数据库连接。"SUPPORTED DATABASES" 下拉列表中选择 "TDengine" 项。
:::tip
注意:若下拉列表中无 "TDengine" 项,请检查安装顺序,确保 `TDengine Python 连接器``Superset` 安装之后再安装。
@ -64,10 +64,14 @@ TDengine 数据源与其它数据源使用上无差别,这里简单介绍下
我们选择 Superset Chart 模板中较流行的两个模板做了效果展示,以智能电表数据为例:
1. Aggregate 类型,展示在第 4 组中指定时间段内每分钟采集电压值(voltage)最大值
1. "Aggregate" 类型,展示在第 4 组中指定时间段内每分钟采集电压值(voltage)最大值
<figure>
<Image img={imgStep02} alt=""/>
</figure>
![superset-demo1](./superset-demo1.jpeg)
2. RAW RECORDS 类型,展示在第 4 组中指定时间段内 current, voltage 的采集值
2. "RAW RECORDS" 类型,展示在第 4 组中指定时间段内 current, voltage 的采集值
![superset-demo2](./superset-demo2.jpeg)