docs: add english documents1

This commit is contained in:
Alex Duan 2024-12-07 14:51:16 +08:00
parent ffeeb9b46d
commit 511834dc1e
1 changed files with 9 additions and 11 deletions

View File

@ -1,6 +1,6 @@
--- ---
sidebar_label: SuperSet sidebar_label: SuperSet
title: 与 SuperSet 的集成 title: Integration With SuperSet
toc_max_heading_level: 4 toc_max_heading_level: 4
--- ---
Apache Superset is a modern enterprise level business intelligence (BI) web application primarily used for data exploration and visualization. Apache Superset is a modern enterprise level business intelligence (BI) web application primarily used for data exploration and visualization.
@ -12,7 +12,6 @@ Through the Python connector of TDengine, Superset can support TDengine data sou
## Install Apache Superset ## Install Apache Superset
Ensure that Apache SuperSet v2.1.0 or above is installed. If not, please visit [official website]https://superset.apache.org/to install Ensure that Apache SuperSet v2.1.0 or above is installed. If not, please visit [official website]https://superset.apache.org/to install
## Install TDengine ## Install TDengine
Both TDengine Enterprise Edition and Community Edition are supported, with version requirements of 3.0 or higher Both TDengine Enterprise Edition and Community Edition are supported, with version requirements of 3.0 or higher
@ -41,7 +40,6 @@ Step 4: The SQLALCHEMY URL * field is a key connection information string, and i
|host: | Name of the host where the TDengine database is located |host: | Name of the host where the TDengine database is located
|port: | The port that provides WebSocket services, default is 6041 |port: | The port that provides WebSocket services, default is 6041
Example: Example:
The TDengine database installed on this machine provides WebSocket service port 6041, using the default username and password, and the connection string is: The TDengine database installed on this machine provides WebSocket service port 6041, using the default username and password, and the connection string is:
```bash ```bash