diff --git a/docs/en/10-third-party/05-bi/12-tableau.md b/docs/en/10-third-party/05-bi/12-tableau.md index db8a569926..d871451798 100644 --- a/docs/en/10-third-party/05-bi/12-tableau.md +++ b/docs/en/10-third-party/05-bi/12-tableau.md @@ -27,19 +27,19 @@ It should be noted that when configuring the ODBC data source for Tableau, the [ **Step 3**, Click the `DSN` radio button, then select the configured data source (MyTDengine), and click the `Connect` button. After the connection is successful, delete the content of the string attachment, and finally click the `Sign In` button. -![tableau-odbc](./tableau/tableau-odbc.jpg) +![tableau-odbc](./tableau/tableau-odbc.webp) ## Data Analysis **Step 1**, In the workbook page, the connected data sources will be displayed. Clicking on the dropdown list of databases will display the databases that require data analysis. On this basis, click the search button in the table options to display all tables in the database. Then, drag the table to be analyzed to the right area to display the table structure. -![tableau-workbook](./tableau/tableau-table.jpg) +![tableau-workbook](./tableau/tableau-table.webp) **Step 2**, Click the `Update Now` button below to display the data in the table. -![tableau-workbook](./tableau/tableau-data.jpg) +![tableau-workbook](./tableau/tableau-data.webp) **Step 3**, Click on the "Worksheet" at the bottom of the window to pop up the data analysis window, which displays all the fields of the analysis table. Drag the fields to the rows and columns to display the chart. -![tableau-workbook](./tableau/tableau-analysis.jpg) +![tableau-workbook](./tableau/tableau-analysis.webp) diff --git a/docs/en/10-third-party/05-bi/13-excel.md b/docs/en/10-third-party/05-bi/13-excel.md index 114954e81f..47ee780c02 100644 --- a/docs/en/10-third-party/05-bi/13-excel.md +++ b/docs/en/10-third-party/05-bi/13-excel.md @@ -21,22 +21,22 @@ Prepare the following environment: **Step 2**, Start Excel in the Windows system environment, then select [Data] -> [Get Data] -> [From Other Sources] -> [From ODBC]. -![excel-odbc](./excel/odbc-menu.jpg) +![excel-odbc](./excel/odbc-menu.webp) **Step 3**, In the pop-up window, select the data source you need to connect to from the drop-down list of [Data source name (DSN)], and then click the [OK] button. -![excel-odbc](./excel/odbc-select.jpg) +![excel-odbc](./excel/odbc-select.webp) **Step 4**, Enter the username and password for TDengine. -![excel-odbc](./excel/odbc-config.jpg) +![excel-odbc](./excel/odbc-config.webp) **Step 5**, In the pop-up [Navigator] dialog box, select the database tables you want to load, and then click [Load] to complete the data loading. -![excel-odbc](./excel/odbc-load.jpg) +![excel-odbc](./excel/odbc-load.webp) ## Data Analysis Select the imported data. On the [Insert] tab, choose the column chart, and then configure the data fields in the [PivotChart Fields] pane on the right. -![excel-odbc](./excel/odbc-data.jpg) +![excel-odbc](./excel/odbc-data.webp) diff --git a/docs/en/10-third-party/05-bi/14-finebi.md b/docs/en/10-third-party/05-bi/14-finebi.md index dd4a7a1718..803831810d 100644 --- a/docs/en/10-third-party/05-bi/14-finebi.md +++ b/docs/en/10-third-party/05-bi/14-finebi.md @@ -26,19 +26,19 @@ By using the TDengine Java connector, FineBI can quickly access the data in TDen **Step 3**, After logging in to the FineBI Web page, click [System Management] -> [Plugin Management]. In the [Store App] on the right side, click [Install From Local] and select the downloaded `fine_conf_entity` plugin for installation. -![finebi-workbook](./finebi/plugin.jpg) +![finebi-workbook](./finebi/plugin.webp) **Step 4**, Click [System Management] -> [Data Connection] -> [Data Connection Management]. On the right - hand page, click the [Driver Management] button to open the configuration page. Then click the [New Driver] button, and in the pop-up window, enter a name (for example, `tdengine-websocket`) to configure the JDBC driver. -![finebi-workbook](./finebi/connect-manage.jpg) +![finebi-workbook](./finebi/connect-manage.webp) **Step 5**, On the driver configuration page, click the [Upload File] button. Select the downloaded TDengine Java Connector (e.g., `taos-jdbcdriver-3.4.0-dist.jar`) for uploading. After the upload is complete, select `com.taosdata.jdbc.ws.WebSocketDriver` from the drop-down list of [Driver], and then click [Save]. -![finebi-workbook](./finebi/new-driver.jpg) +![finebi-workbook](./finebi/new-driver.webp) **Step 6**, On the "Data Connection Management" page, click the [New Data Connection] button. Subsequently, click "Others", and then on the right-side page, click "Other JDBC" to perform the connection configuration. -![finebi-workbook](./finebi/jdbc-connect.jpg) +![finebi-workbook](./finebi/jdbc-connect.webp) **Step 7**, On the configuration page, first enter the name of the data connection. Then, select "Custom" in the [Driver] option and choose the configured driver from the drop-down list (e.g., `com.taosdata.jdbc.ws.WebSocketDriver (tdengine-websocket)`). After that, configure the "Data Connection URL" (e.g., `jdbc:TAOS-WS://localhost:6041/power?user=root&password=taosdata&fineBIDialect=mysql`). Once the settings are completed, click [Test Connection] in the top-right corner to test the connection. After the verification is successful, click [Save] to finish the configuration. @@ -46,7 +46,7 @@ By using the TDengine Java connector, FineBI can quickly access the data in TDen `fineBIDialect=mysql` The meaning of this setting is to adopt the SQL dialect rules of the MySQL database. Simply put, it tells FineBI to parse and execute relevant queries and operations in the specific way that the MySQL database handles SQL statements. ::: -![finebi-workbook](./finebi/jdbc-config.jpg) +![finebi-workbook](./finebi/jdbc-config.webp) ## Data Analysis @@ -54,28 +54,28 @@ By using the TDengine Java connector, FineBI can quickly access the data in TDen **Step 1**, Click [Public Data]. On the right - hand page, click [New Folder] to create a folder (e.g., TDengine). Then, click the [+] button on the right side of the folder to create a "Database Table" dataset or an "SQL Dataset". -![finebi-workbook](./finebi/common.jpg) +![finebi-workbook](./finebi/common.webp) **Step 2**, Click "Database Table" to open the database table selection page. In the "Data Connection" section on the left, select the previously created connection. Then, all the tables in the database of the current connection will be displayed on the right. Select the table you need to load (e.g., meters), and click [OK]. The data in the meters table will then be displayed. -![finebi-workbook](./finebi/select-table.jpg) +![finebi-workbook](./finebi/select-table.webp) -![finebi-workbook](./finebi/table-data.jpg) +![finebi-workbook](./finebi/table-data.webp) **Step 3**, Click "SQL Dataset" to open the configuration page for the SQL dataset. First, enter the table name (used for display on the FineBI page). Then, select the previously created connection from the drop-down list of "Data from Data Connection". After that, enter the SQL statement and click "Preview" to view the query results. Finally, click [OK] to successfully create the SQL dataset. -![finebi-workbook](./finebi/sql-data-config.jpg) +![finebi-workbook](./finebi/sql-data-config.webp) ### Smart Meter Example **Step 1**, Click [My Analysis]. On the right-hand page, click [New Folder] to create a folder (for example, `TDengine`). Then, click the [+] button on the right side of the folder to create an "Analysis Subject". -![finebi-workbook](./finebi/analysis-object.jpg) +![finebi-workbook](./finebi/analysis-object.webp) **Step 2**, On the analysis subject page, select the dataset (for example, `meters`) and then click the [OK] button to complete the association of the dataset. -![finebi-workbook](./finebi/load-data.jpg) +![finebi-workbook](./finebi/load-data.webp) **Step 3**, Click the [Component] tab at the bottom of the analysis subject page to open the chart configuration page. Drag the fields to the horizontal axis or the vertical axis, and then the chart will be displayed. -![finebi-workbook](./finebi/analysis-chart.jpg) +![finebi-workbook](./finebi/analysis-chart.webp) diff --git a/docs/en/10-third-party/05-bi/excel/odbc-config.jpg b/docs/en/10-third-party/05-bi/excel/odbc-config.jpg deleted file mode 100644 index a62c9eb18f..0000000000 Binary files a/docs/en/10-third-party/05-bi/excel/odbc-config.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/excel/odbc-config.webp b/docs/en/10-third-party/05-bi/excel/odbc-config.webp new file mode 100644 index 0000000000..d18c4523ba Binary files /dev/null and b/docs/en/10-third-party/05-bi/excel/odbc-config.webp differ diff --git a/docs/en/10-third-party/05-bi/excel/odbc-data.jpg b/docs/en/10-third-party/05-bi/excel/odbc-data.jpg deleted file mode 100644 index 9a16033e9b..0000000000 Binary files a/docs/en/10-third-party/05-bi/excel/odbc-data.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/excel/odbc-data.webp b/docs/en/10-third-party/05-bi/excel/odbc-data.webp new file mode 100644 index 0000000000..ac7110309e Binary files /dev/null and b/docs/en/10-third-party/05-bi/excel/odbc-data.webp differ diff --git a/docs/en/10-third-party/05-bi/excel/odbc-load.jpg b/docs/en/10-third-party/05-bi/excel/odbc-load.jpg deleted file mode 100644 index 7a6f829ff9..0000000000 Binary files a/docs/en/10-third-party/05-bi/excel/odbc-load.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/excel/odbc-load.webp b/docs/en/10-third-party/05-bi/excel/odbc-load.webp new file mode 100644 index 0000000000..1ba6bffc8d Binary files /dev/null and b/docs/en/10-third-party/05-bi/excel/odbc-load.webp differ diff --git a/docs/en/10-third-party/05-bi/excel/odbc-menu.jpg b/docs/en/10-third-party/05-bi/excel/odbc-menu.jpg deleted file mode 100644 index f7dedc9cbb..0000000000 Binary files a/docs/en/10-third-party/05-bi/excel/odbc-menu.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/excel/odbc-menu.webp b/docs/en/10-third-party/05-bi/excel/odbc-menu.webp new file mode 100644 index 0000000000..c46f8ae619 Binary files /dev/null and b/docs/en/10-third-party/05-bi/excel/odbc-menu.webp differ diff --git a/docs/en/10-third-party/05-bi/excel/odbc-select.jpg b/docs/en/10-third-party/05-bi/excel/odbc-select.jpg deleted file mode 100644 index fe72c975d5..0000000000 Binary files a/docs/en/10-third-party/05-bi/excel/odbc-select.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/excel/odbc-select.webp b/docs/en/10-third-party/05-bi/excel/odbc-select.webp new file mode 100644 index 0000000000..ea745234d6 Binary files /dev/null and b/docs/en/10-third-party/05-bi/excel/odbc-select.webp differ diff --git a/docs/en/10-third-party/05-bi/finebi/analysis-chart.jpg b/docs/en/10-third-party/05-bi/finebi/analysis-chart.jpg deleted file mode 100644 index 0d5b0274d9..0000000000 Binary files a/docs/en/10-third-party/05-bi/finebi/analysis-chart.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/finebi/analysis-chart.webp b/docs/en/10-third-party/05-bi/finebi/analysis-chart.webp new file mode 100644 index 0000000000..3272dede26 Binary files /dev/null and b/docs/en/10-third-party/05-bi/finebi/analysis-chart.webp differ diff --git a/docs/en/10-third-party/05-bi/finebi/analysis-object.jpg b/docs/en/10-third-party/05-bi/finebi/analysis-object.jpg deleted file mode 100644 index a20d659336..0000000000 Binary files a/docs/en/10-third-party/05-bi/finebi/analysis-object.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/finebi/analysis-object.webp b/docs/en/10-third-party/05-bi/finebi/analysis-object.webp new file mode 100644 index 0000000000..8863ac2515 Binary files /dev/null and b/docs/en/10-third-party/05-bi/finebi/analysis-object.webp differ diff --git a/docs/en/10-third-party/05-bi/finebi/common.jpg b/docs/en/10-third-party/05-bi/finebi/common.jpg deleted file mode 100644 index 09a30395f2..0000000000 Binary files a/docs/en/10-third-party/05-bi/finebi/common.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/finebi/common.webp b/docs/en/10-third-party/05-bi/finebi/common.webp new file mode 100644 index 0000000000..ebf4e0ffff Binary files /dev/null and b/docs/en/10-third-party/05-bi/finebi/common.webp differ diff --git a/docs/en/10-third-party/05-bi/finebi/connect-manage.jpg b/docs/en/10-third-party/05-bi/finebi/connect-manage.jpg deleted file mode 100644 index ad0906bd4a..0000000000 Binary files a/docs/en/10-third-party/05-bi/finebi/connect-manage.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/finebi/connect-manage.webp b/docs/en/10-third-party/05-bi/finebi/connect-manage.webp new file mode 100644 index 0000000000..2ff0aa497f Binary files /dev/null and b/docs/en/10-third-party/05-bi/finebi/connect-manage.webp differ diff --git a/docs/en/10-third-party/05-bi/finebi/jdbc-config.jpg b/docs/en/10-third-party/05-bi/finebi/jdbc-config.jpg deleted file mode 100644 index 5e7bb5128d..0000000000 Binary files a/docs/en/10-third-party/05-bi/finebi/jdbc-config.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/finebi/jdbc-config.webp b/docs/en/10-third-party/05-bi/finebi/jdbc-config.webp new file mode 100644 index 0000000000..e5f4f436a9 Binary files /dev/null and b/docs/en/10-third-party/05-bi/finebi/jdbc-config.webp differ diff --git a/docs/en/10-third-party/05-bi/finebi/jdbc-connect.jpg b/docs/en/10-third-party/05-bi/finebi/jdbc-connect.jpg deleted file mode 100644 index e8aa9a5876..0000000000 Binary files a/docs/en/10-third-party/05-bi/finebi/jdbc-connect.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/finebi/jdbc-connect.webp b/docs/en/10-third-party/05-bi/finebi/jdbc-connect.webp new file mode 100644 index 0000000000..fa32255b62 Binary files /dev/null and b/docs/en/10-third-party/05-bi/finebi/jdbc-connect.webp differ diff --git a/docs/en/10-third-party/05-bi/finebi/load-data.jpg b/docs/en/10-third-party/05-bi/finebi/load-data.jpg deleted file mode 100644 index 38e9a5d323..0000000000 Binary files a/docs/en/10-third-party/05-bi/finebi/load-data.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/finebi/load-data.webp b/docs/en/10-third-party/05-bi/finebi/load-data.webp new file mode 100644 index 0000000000..f55748cb26 Binary files /dev/null and b/docs/en/10-third-party/05-bi/finebi/load-data.webp differ diff --git a/docs/en/10-third-party/05-bi/finebi/new-driver.jpg b/docs/en/10-third-party/05-bi/finebi/new-driver.jpg deleted file mode 100644 index 94fbce5034..0000000000 Binary files a/docs/en/10-third-party/05-bi/finebi/new-driver.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/finebi/new-driver.webp b/docs/en/10-third-party/05-bi/finebi/new-driver.webp new file mode 100644 index 0000000000..53a3294ea6 Binary files /dev/null and b/docs/en/10-third-party/05-bi/finebi/new-driver.webp differ diff --git a/docs/en/10-third-party/05-bi/finebi/plugin.jpg b/docs/en/10-third-party/05-bi/finebi/plugin.jpg deleted file mode 100644 index 789fee3d12..0000000000 Binary files a/docs/en/10-third-party/05-bi/finebi/plugin.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/finebi/plugin.webp b/docs/en/10-third-party/05-bi/finebi/plugin.webp new file mode 100644 index 0000000000..b44fb0a83a Binary files /dev/null and b/docs/en/10-third-party/05-bi/finebi/plugin.webp differ diff --git a/docs/en/10-third-party/05-bi/finebi/select-table.jpg b/docs/en/10-third-party/05-bi/finebi/select-table.jpg deleted file mode 100644 index fd4605de98..0000000000 Binary files a/docs/en/10-third-party/05-bi/finebi/select-table.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/finebi/select-table.webp b/docs/en/10-third-party/05-bi/finebi/select-table.webp new file mode 100644 index 0000000000..190ad4dee0 Binary files /dev/null and b/docs/en/10-third-party/05-bi/finebi/select-table.webp differ diff --git a/docs/en/10-third-party/05-bi/finebi/sql-data-config.jpg b/docs/en/10-third-party/05-bi/finebi/sql-data-config.jpg deleted file mode 100644 index da6dbbc007..0000000000 Binary files a/docs/en/10-third-party/05-bi/finebi/sql-data-config.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/finebi/sql-data-config.webp b/docs/en/10-third-party/05-bi/finebi/sql-data-config.webp new file mode 100644 index 0000000000..c27cc5bed3 Binary files /dev/null and b/docs/en/10-third-party/05-bi/finebi/sql-data-config.webp differ diff --git a/docs/en/10-third-party/05-bi/finebi/table-data.jpg b/docs/en/10-third-party/05-bi/finebi/table-data.jpg deleted file mode 100644 index 0f1da75146..0000000000 Binary files a/docs/en/10-third-party/05-bi/finebi/table-data.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/finebi/table-data.webp b/docs/en/10-third-party/05-bi/finebi/table-data.webp new file mode 100644 index 0000000000..4ecd7ae189 Binary files /dev/null and b/docs/en/10-third-party/05-bi/finebi/table-data.webp differ diff --git a/docs/en/10-third-party/05-bi/tableau/tableau-analysis.jpg b/docs/en/10-third-party/05-bi/tableau/tableau-analysis.jpg deleted file mode 100644 index 600bd286ac..0000000000 Binary files a/docs/en/10-third-party/05-bi/tableau/tableau-analysis.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/tableau/tableau-analysis.webp b/docs/en/10-third-party/05-bi/tableau/tableau-analysis.webp new file mode 100644 index 0000000000..8ed29a42ce Binary files /dev/null and b/docs/en/10-third-party/05-bi/tableau/tableau-analysis.webp differ diff --git a/docs/en/10-third-party/05-bi/tableau/tableau-data.jpg b/docs/en/10-third-party/05-bi/tableau/tableau-data.jpg deleted file mode 100644 index 9b8c7ba546..0000000000 Binary files a/docs/en/10-third-party/05-bi/tableau/tableau-data.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/tableau/tableau-data.webp b/docs/en/10-third-party/05-bi/tableau/tableau-data.webp new file mode 100644 index 0000000000..03c82ab7bc Binary files /dev/null and b/docs/en/10-third-party/05-bi/tableau/tableau-data.webp differ diff --git a/docs/en/10-third-party/05-bi/tableau/tableau-odbc.jpg b/docs/en/10-third-party/05-bi/tableau/tableau-odbc.jpg deleted file mode 100644 index fe7c03f963..0000000000 Binary files a/docs/en/10-third-party/05-bi/tableau/tableau-odbc.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/tableau/tableau-odbc.webp b/docs/en/10-third-party/05-bi/tableau/tableau-odbc.webp new file mode 100644 index 0000000000..e28116fb47 Binary files /dev/null and b/docs/en/10-third-party/05-bi/tableau/tableau-odbc.webp differ diff --git a/docs/en/10-third-party/05-bi/tableau/tableau-table.jpg b/docs/en/10-third-party/05-bi/tableau/tableau-table.jpg deleted file mode 100644 index cb77a54197..0000000000 Binary files a/docs/en/10-third-party/05-bi/tableau/tableau-table.jpg and /dev/null differ diff --git a/docs/en/10-third-party/05-bi/tableau/tableau-table.webp b/docs/en/10-third-party/05-bi/tableau/tableau-table.webp new file mode 100644 index 0000000000..18bdf5c196 Binary files /dev/null and b/docs/en/10-third-party/05-bi/tableau/tableau-table.webp differ diff --git a/docs/zh/10-third-party/05-bi/12-tableau.md b/docs/zh/10-third-party/05-bi/12-tableau.md index ab4f86549b..3b8d7d3b41 100644 --- a/docs/zh/10-third-party/05-bi/12-tableau.md +++ b/docs/zh/10-third-party/05-bi/12-tableau.md @@ -26,18 +26,18 @@ Tableau 是一款知名的商业智能工具,它支持多种数据源,可方 **第 3 步**,点击 `DSN` 单选框,接着选择已配置好的数据源(MyTDengine),然后点击`连接`按钮。待连接成功后,删除字符串附加部分的内容,最后点击`登录`按钮即可。 -![tableau-odbc](./tableau/tableau-odbc.jpg) +![tableau-odbc](./tableau/tableau-odbc.webp) ## 数据分析 **第 1 步**,在工作簿页面中,选择已连接的数据源。点击数据库的下拉列表,会显示需要进行数据分析的数据库。在此基础上,点击表选项中的查找按钮,即可将该数据库下的所有表显示出来。然后,拖动需要分析的表到右侧区域,即可显示出表结构。 -![tableau-workbook](./tableau/tableau-table.jpg) +![tableau-workbook](./tableau/tableau-table.webp) **第 2 步**,点击下方的"立即更新"按钮,即可将表中的数据展示出来。 -![tableau-workbook](./tableau/tableau-data.jpg) +![tableau-workbook](./tableau/tableau-data.webp) **第 3 步**,点击窗口下方的"工作表",弹出数据分析窗口, 并展示分析表的所有字段,将字段拖动到行列即可展示出图表。 -![tableau-workbook](./tableau/tableau-analysis.jpg) \ No newline at end of file +![tableau-workbook](./tableau/tableau-analysis.webp) \ No newline at end of file diff --git a/docs/zh/10-third-party/05-bi/13-excel.md b/docs/zh/10-third-party/05-bi/13-excel.md index bfa6b5b832..06281b88f0 100644 --- a/docs/zh/10-third-party/05-bi/13-excel.md +++ b/docs/zh/10-third-party/05-bi/13-excel.md @@ -19,22 +19,22 @@ title: 与 Excel 集成 **第 2 步**,在 Windows 系统环境下启动 Excel,之后选择【数据】->【获取数据】->【自其他源】->【从ODBC】。 -![excel-odbc](./excel/odbc-menu.jpg) +![excel-odbc](./excel/odbc-menu.webp) **第 3 步**,在弹出窗口的【数据源名称(DSN)】下拉列表中选择需要连接的数据源后,点击【确定】按钮。 -![excel-odbc](./excel/odbc-select.jpg) +![excel-odbc](./excel/odbc-select.webp) **第 4 步**,输入 TDengine 的用户名密码。 -![excel-odbc](./excel/odbc-config.jpg) +![excel-odbc](./excel/odbc-config.webp) **第 5 步**,在弹出的【导航器】对话框中,选择要加载的库表, 并点击【加载】完成数据加载。 -![excel-odbc](./excel/odbc-load.jpg) +![excel-odbc](./excel/odbc-load.webp) ## 数据分析 选中导入的数据,在【插入】选项卡中选择柱状图,并且在右侧的【数据透视图】中配置数据字段。 -![excel-odbc](./excel/odbc-data.jpg) +![excel-odbc](./excel/odbc-data.webp) diff --git a/docs/zh/10-third-party/05-bi/14-finebi.md b/docs/zh/10-third-party/05-bi/14-finebi.md index c733916539..7e9b083bf8 100644 --- a/docs/zh/10-third-party/05-bi/14-finebi.md +++ b/docs/zh/10-third-party/05-bi/14-finebi.md @@ -28,19 +28,19 @@ title: 与 Fine BI 集成 **第 3 步**, 打开 Fine BI Web 页面登录后,点击【管理系统】->【插件管理】,在右侧的【应用商城】中点击【从本地安装】选择已下载的 `fine_conf_entity` 插件进行安装。 -![finebi-workbook](./finebi/plugin.jpg) +![finebi-workbook](./finebi/plugin.webp) **第 4 步**,点击【管理系统】->【数据连接】->【数据连接管理】,在右侧页面中点击【驱动管理】按钮打开配置页面,点击【新建驱动】按钮并在弹出窗口中输入名称(比如 `tdengine-websocket`),进行 JDBC 驱动配置。 -![finebi-workbook](./finebi/connect-manage.jpg) +![finebi-workbook](./finebi/connect-manage.webp) **第 5 步**,在驱动配置页面中点击【上传文件】按钮,选择已下载的 `TDengine Java Connector`(比如 `taos-jdbcdriver-3.4.0-dist.jar`)进行上传,上传完成后在【驱动】的下拉列表中选择 `com.taosdata.jdbc.ws.WebSocketDriver`,并点击【保存】。 -![finebi-workbook](./finebi/new-driver.jpg) +![finebi-workbook](./finebi/new-driver.webp) **第 6 步**,在 “数据连接管理” 页面中,点击【新建数据连接】按钮,随后点击 “其他” ,在右侧页面中点击 “其他JDBC” 进行连接配置。 -![finebi-workbook](./finebi/jdbc-connect.jpg) +![finebi-workbook](./finebi/jdbc-connect.webp) **第 7 步**,在配置页面,先输入数据连接名称,接着在【驱动】选项中选择 “自定义”,并从下拉列表里选取已配置的驱动(例如 `com.taosdata.jdbc.ws.WebSocketDriver (tdengine-websocket)`),之后配置 “数据连接 URL”(例如 `jdbc:TAOS-WS://localhost:6041/power?user=root&password=taosdata&fineBIDialect=mysql`)。设置完成后,点击右上角的【测试连接】进行连接测试,验证成功后点击【保存】即可完成配置。 @@ -48,7 +48,7 @@ title: 与 Fine BI 集成 `fineBIDialect=mysql` 设置的含义是采用 MySQL 数据库的 SQL 方言规则。简单来说,就是告诉 FineBI 按照 MySQL 数据库处理 SQL 语句的特定方式来解析和执行相关的查询与操作。 ::: -![finebi-workbook](./finebi/jdbc-config.jpg) +![finebi-workbook](./finebi/jdbc-config.webp) ## 数据分析 @@ -56,28 +56,28 @@ title: 与 Fine BI 集成 **第 1 步**,点击【公共数据】在右侧页面中点击【新建文件夹】即可创建一个文件夹(比如 `TDengine`), 接着在文件夹的右侧点击【+】按钮,可创建 “数据库表” 数据集或 “SQL数据集”。 -![finebi-workbook](./finebi/common.jpg) +![finebi-workbook](./finebi/common.webp) **第 2 步**,点击 “数据库表”,打开数据库选表页面,在左侧 “数据连接” 中选择已创建的连接,则在右侧会显示当前连接的数据库中的所有表,选择需要加载的表(比如 `meters`),点击【确定】即可显示 `meters` 表中的数据。 -![finebi-workbook](./finebi/select-table.jpg) +![finebi-workbook](./finebi/select-table.webp) -![finebi-workbook](./finebi/table-data.jpg) +![finebi-workbook](./finebi/table-data.webp) **第 3 步**,点击 “SQL数据集”,打开 SQL 数据集的配置页面,首先输入表名(用于在 FineBI 页面显示),接着在 “数据来自数据连接” 下拉列表中选择已创建的连接, 之后输入 SQL 语句并点击预览即可看到查询结果,最后点击【确定】SQL 数据集即可创建成功。 -![finebi-workbook](./finebi/sql-data-config.jpg) +![finebi-workbook](./finebi/sql-data-config.webp) ### 智能电表样例 **第 1 步**,点击【我的分析】在右侧页面中点击【新建文件夹】即可创建一个文件夹(比如 `TDengine),` 接着在文件夹的右侧点击【+】按钮,可创建 “分析主题”。 -![finebi-workbook](./finebi/analysis-object.jpg) +![finebi-workbook](./finebi/analysis-object.webp) **第 2 步**,在分析主题页面选择数据集(比如 `meters`)后点击【确定】按钮,即可完成数据集关联。 -![finebi-workbook](./finebi/load-data.jpg) +![finebi-workbook](./finebi/load-data.webp) **第 3 步**,点击分析主题页面下方的【组件】标签,打开图表配置页面, 拖动字段到横轴或纵轴即可展示出图表。 -![finebi-workbook](./finebi/analysis-chart.jpg) +![finebi-workbook](./finebi/analysis-chart.webp) diff --git a/docs/zh/10-third-party/05-bi/excel/odbc-config.jpg b/docs/zh/10-third-party/05-bi/excel/odbc-config.jpg deleted file mode 100644 index 58d3395e1b..0000000000 Binary files a/docs/zh/10-third-party/05-bi/excel/odbc-config.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/excel/odbc-config.webp b/docs/zh/10-third-party/05-bi/excel/odbc-config.webp new file mode 100644 index 0000000000..5b22e7279a Binary files /dev/null and b/docs/zh/10-third-party/05-bi/excel/odbc-config.webp differ diff --git a/docs/zh/10-third-party/05-bi/excel/odbc-data.jpg b/docs/zh/10-third-party/05-bi/excel/odbc-data.jpg deleted file mode 100644 index abe54bba2f..0000000000 Binary files a/docs/zh/10-third-party/05-bi/excel/odbc-data.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/excel/odbc-data.webp b/docs/zh/10-third-party/05-bi/excel/odbc-data.webp new file mode 100644 index 0000000000..4ce26abc82 Binary files /dev/null and b/docs/zh/10-third-party/05-bi/excel/odbc-data.webp differ diff --git a/docs/zh/10-third-party/05-bi/excel/odbc-load.jpg b/docs/zh/10-third-party/05-bi/excel/odbc-load.jpg deleted file mode 100644 index 87d5958d35..0000000000 Binary files a/docs/zh/10-third-party/05-bi/excel/odbc-load.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/excel/odbc-load.webp b/docs/zh/10-third-party/05-bi/excel/odbc-load.webp new file mode 100644 index 0000000000..822cb9ea74 Binary files /dev/null and b/docs/zh/10-third-party/05-bi/excel/odbc-load.webp differ diff --git a/docs/zh/10-third-party/05-bi/excel/odbc-menu.jpg b/docs/zh/10-third-party/05-bi/excel/odbc-menu.jpg deleted file mode 100644 index eed00a8a75..0000000000 Binary files a/docs/zh/10-third-party/05-bi/excel/odbc-menu.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/excel/odbc-menu.webp b/docs/zh/10-third-party/05-bi/excel/odbc-menu.webp new file mode 100644 index 0000000000..3d894ed58e Binary files /dev/null and b/docs/zh/10-third-party/05-bi/excel/odbc-menu.webp differ diff --git a/docs/zh/10-third-party/05-bi/excel/odbc-select.jpg b/docs/zh/10-third-party/05-bi/excel/odbc-select.jpg deleted file mode 100644 index a6b66f4ea8..0000000000 Binary files a/docs/zh/10-third-party/05-bi/excel/odbc-select.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/excel/odbc-select.webp b/docs/zh/10-third-party/05-bi/excel/odbc-select.webp new file mode 100644 index 0000000000..0cd3a1e90b Binary files /dev/null and b/docs/zh/10-third-party/05-bi/excel/odbc-select.webp differ diff --git a/docs/zh/10-third-party/05-bi/finebi/analysis-chart.jpg b/docs/zh/10-third-party/05-bi/finebi/analysis-chart.jpg deleted file mode 100644 index 8e78e2adfb..0000000000 Binary files a/docs/zh/10-third-party/05-bi/finebi/analysis-chart.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/finebi/analysis-chart.webp b/docs/zh/10-third-party/05-bi/finebi/analysis-chart.webp new file mode 100644 index 0000000000..1ff91e5e34 Binary files /dev/null and b/docs/zh/10-third-party/05-bi/finebi/analysis-chart.webp differ diff --git a/docs/zh/10-third-party/05-bi/finebi/analysis-object.jpg b/docs/zh/10-third-party/05-bi/finebi/analysis-object.jpg deleted file mode 100644 index d44a90ef8c..0000000000 Binary files a/docs/zh/10-third-party/05-bi/finebi/analysis-object.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/finebi/analysis-object.webp b/docs/zh/10-third-party/05-bi/finebi/analysis-object.webp new file mode 100644 index 0000000000..4248631ecd Binary files /dev/null and b/docs/zh/10-third-party/05-bi/finebi/analysis-object.webp differ diff --git a/docs/zh/10-third-party/05-bi/finebi/common.jpg b/docs/zh/10-third-party/05-bi/finebi/common.jpg deleted file mode 100644 index 283b35c3ff..0000000000 Binary files a/docs/zh/10-third-party/05-bi/finebi/common.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/finebi/common.webp b/docs/zh/10-third-party/05-bi/finebi/common.webp new file mode 100644 index 0000000000..29ab3b2de6 Binary files /dev/null and b/docs/zh/10-third-party/05-bi/finebi/common.webp differ diff --git a/docs/zh/10-third-party/05-bi/finebi/connect-manage.jpg b/docs/zh/10-third-party/05-bi/finebi/connect-manage.jpg deleted file mode 100644 index a072d8a5a9..0000000000 Binary files a/docs/zh/10-third-party/05-bi/finebi/connect-manage.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/finebi/connect-manage.webp b/docs/zh/10-third-party/05-bi/finebi/connect-manage.webp new file mode 100644 index 0000000000..556138f019 Binary files /dev/null and b/docs/zh/10-third-party/05-bi/finebi/connect-manage.webp differ diff --git a/docs/zh/10-third-party/05-bi/finebi/jdbc-config.jpg b/docs/zh/10-third-party/05-bi/finebi/jdbc-config.jpg deleted file mode 100644 index b850ed04e0..0000000000 Binary files a/docs/zh/10-third-party/05-bi/finebi/jdbc-config.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/finebi/jdbc-config.webp b/docs/zh/10-third-party/05-bi/finebi/jdbc-config.webp new file mode 100644 index 0000000000..fc68a281d0 Binary files /dev/null and b/docs/zh/10-third-party/05-bi/finebi/jdbc-config.webp differ diff --git a/docs/zh/10-third-party/05-bi/finebi/jdbc-connect.jpg b/docs/zh/10-third-party/05-bi/finebi/jdbc-connect.jpg deleted file mode 100644 index be1441b757..0000000000 Binary files a/docs/zh/10-third-party/05-bi/finebi/jdbc-connect.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/finebi/jdbc-connect.webp b/docs/zh/10-third-party/05-bi/finebi/jdbc-connect.webp new file mode 100644 index 0000000000..e68eda5013 Binary files /dev/null and b/docs/zh/10-third-party/05-bi/finebi/jdbc-connect.webp differ diff --git a/docs/zh/10-third-party/05-bi/finebi/load-data.jpg b/docs/zh/10-third-party/05-bi/finebi/load-data.jpg deleted file mode 100644 index 6fbac90103..0000000000 Binary files a/docs/zh/10-third-party/05-bi/finebi/load-data.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/finebi/load-data.webp b/docs/zh/10-third-party/05-bi/finebi/load-data.webp new file mode 100644 index 0000000000..6801703b91 Binary files /dev/null and b/docs/zh/10-third-party/05-bi/finebi/load-data.webp differ diff --git a/docs/zh/10-third-party/05-bi/finebi/new-driver.jpg b/docs/zh/10-third-party/05-bi/finebi/new-driver.jpg deleted file mode 100644 index e299c4e980..0000000000 Binary files a/docs/zh/10-third-party/05-bi/finebi/new-driver.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/finebi/new-driver.webp b/docs/zh/10-third-party/05-bi/finebi/new-driver.webp new file mode 100644 index 0000000000..f83d5a5164 Binary files /dev/null and b/docs/zh/10-third-party/05-bi/finebi/new-driver.webp differ diff --git a/docs/zh/10-third-party/05-bi/finebi/plugin.jpg b/docs/zh/10-third-party/05-bi/finebi/plugin.jpg deleted file mode 100644 index 812ea82d62..0000000000 Binary files a/docs/zh/10-third-party/05-bi/finebi/plugin.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/finebi/plugin.webp b/docs/zh/10-third-party/05-bi/finebi/plugin.webp new file mode 100644 index 0000000000..80c947a544 Binary files /dev/null and b/docs/zh/10-third-party/05-bi/finebi/plugin.webp differ diff --git a/docs/zh/10-third-party/05-bi/finebi/select-table.jpg b/docs/zh/10-third-party/05-bi/finebi/select-table.jpg deleted file mode 100644 index 0902a9376e..0000000000 Binary files a/docs/zh/10-third-party/05-bi/finebi/select-table.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/finebi/select-table.webp b/docs/zh/10-third-party/05-bi/finebi/select-table.webp new file mode 100644 index 0000000000..d95380472e Binary files /dev/null and b/docs/zh/10-third-party/05-bi/finebi/select-table.webp differ diff --git a/docs/zh/10-third-party/05-bi/finebi/sql-data-config.jpg b/docs/zh/10-third-party/05-bi/finebi/sql-data-config.jpg deleted file mode 100644 index a2a9404466..0000000000 Binary files a/docs/zh/10-third-party/05-bi/finebi/sql-data-config.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/finebi/sql-data-config.webp b/docs/zh/10-third-party/05-bi/finebi/sql-data-config.webp new file mode 100644 index 0000000000..90ac4729a6 Binary files /dev/null and b/docs/zh/10-third-party/05-bi/finebi/sql-data-config.webp differ diff --git a/docs/zh/10-third-party/05-bi/finebi/table-data.jpg b/docs/zh/10-third-party/05-bi/finebi/table-data.jpg deleted file mode 100644 index c500c61b2b..0000000000 Binary files a/docs/zh/10-third-party/05-bi/finebi/table-data.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/finebi/table-data.webp b/docs/zh/10-third-party/05-bi/finebi/table-data.webp new file mode 100644 index 0000000000..14bee7b6bc Binary files /dev/null and b/docs/zh/10-third-party/05-bi/finebi/table-data.webp differ diff --git a/docs/zh/10-third-party/05-bi/tableau/tableau-analysis.jpg b/docs/zh/10-third-party/05-bi/tableau/tableau-analysis.jpg deleted file mode 100644 index 7408804a54..0000000000 Binary files a/docs/zh/10-third-party/05-bi/tableau/tableau-analysis.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/tableau/tableau-analysis.webp b/docs/zh/10-third-party/05-bi/tableau/tableau-analysis.webp new file mode 100644 index 0000000000..a1880e702d Binary files /dev/null and b/docs/zh/10-third-party/05-bi/tableau/tableau-analysis.webp differ diff --git a/docs/zh/10-third-party/05-bi/tableau/tableau-data.jpg b/docs/zh/10-third-party/05-bi/tableau/tableau-data.jpg deleted file mode 100644 index fe6b8a38e4..0000000000 Binary files a/docs/zh/10-third-party/05-bi/tableau/tableau-data.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/tableau/tableau-data.webp b/docs/zh/10-third-party/05-bi/tableau/tableau-data.webp new file mode 100644 index 0000000000..7a3d817354 Binary files /dev/null and b/docs/zh/10-third-party/05-bi/tableau/tableau-data.webp differ diff --git a/docs/zh/10-third-party/05-bi/tableau/tableau-odbc.jpg b/docs/zh/10-third-party/05-bi/tableau/tableau-odbc.jpg deleted file mode 100644 index e02ba8ee53..0000000000 Binary files a/docs/zh/10-third-party/05-bi/tableau/tableau-odbc.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/tableau/tableau-odbc.webp b/docs/zh/10-third-party/05-bi/tableau/tableau-odbc.webp new file mode 100644 index 0000000000..a7ff63f30d Binary files /dev/null and b/docs/zh/10-third-party/05-bi/tableau/tableau-odbc.webp differ diff --git a/docs/zh/10-third-party/05-bi/tableau/tableau-table.jpg b/docs/zh/10-third-party/05-bi/tableau/tableau-table.jpg deleted file mode 100644 index 75dd059bf9..0000000000 Binary files a/docs/zh/10-third-party/05-bi/tableau/tableau-table.jpg and /dev/null differ diff --git a/docs/zh/10-third-party/05-bi/tableau/tableau-table.webp b/docs/zh/10-third-party/05-bi/tableau/tableau-table.webp new file mode 100644 index 0000000000..6c775329dc Binary files /dev/null and b/docs/zh/10-third-party/05-bi/tableau/tableau-table.webp differ