From c1c0a84d75280e8725c3c5f4666a98bea1fe4ad4 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Mon, 16 Dec 2024 17:15:21 +0800 Subject: [PATCH] docs: replace arrow --- docs/en/10-third-party/05-bi/11-superset.md | 2 +- docs/zh/10-third-party/05-bi/11-superset.md | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/en/10-third-party/05-bi/11-superset.md b/docs/en/10-third-party/05-bi/11-superset.md index 0a0f26b86c..7f340ec8b1 100644 --- a/docs/en/10-third-party/05-bi/11-superset.md +++ b/docs/en/10-third-party/05-bi/11-superset.md @@ -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. diff --git a/docs/zh/10-third-party/05-bi/11-superset.md b/docs/zh/10-third-party/05-bi/11-superset.md index 41aca3310e..08d3c12ce7 100644 --- a/docs/zh/10-third-party/05-bi/11-superset.md +++ b/docs/zh/10-third-party/05-bi/11-superset.md @@ -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)最大值 + +
+ +
![superset-demo1](./superset-demo1.jpeg) -2. RAW RECORDS 类型,展示在第 4 组中指定时间段内 current, voltage 的采集值 +2. "RAW RECORDS" 类型,展示在第 4 组中指定时间段内 current, voltage 的采集值 ![superset-demo2](./superset-demo2.jpeg)