diff --git a/src/.vuepress/public/img/dbeaver-2520-1-en.png b/src/.vuepress/public/img/dbeaver-2520-1-en.png new file mode 100644 index 000000000..316d4114f Binary files /dev/null and b/src/.vuepress/public/img/dbeaver-2520-1-en.png differ diff --git a/src/.vuepress/public/img/dbeaver-2520-1.png b/src/.vuepress/public/img/dbeaver-2520-1.png new file mode 100644 index 000000000..c6cff9edc Binary files /dev/null and b/src/.vuepress/public/img/dbeaver-2520-1.png differ diff --git a/src/.vuepress/public/img/dbeaver-2520-2-en.png b/src/.vuepress/public/img/dbeaver-2520-2-en.png new file mode 100644 index 000000000..cbc14b43e Binary files /dev/null and b/src/.vuepress/public/img/dbeaver-2520-2-en.png differ diff --git a/src/.vuepress/public/img/dbeaver-2520-2.png b/src/.vuepress/public/img/dbeaver-2520-2.png new file mode 100644 index 000000000..8e631575b Binary files /dev/null and b/src/.vuepress/public/img/dbeaver-2520-2.png differ diff --git a/src/.vuepress/public/img/dbeaver-2520-3-en.png b/src/.vuepress/public/img/dbeaver-2520-3-en.png new file mode 100644 index 000000000..d64e75d41 Binary files /dev/null and b/src/.vuepress/public/img/dbeaver-2520-3-en.png differ diff --git a/src/.vuepress/public/img/dbeaver-2520-3.png b/src/.vuepress/public/img/dbeaver-2520-3.png new file mode 100644 index 000000000..a6cdcc072 Binary files /dev/null and b/src/.vuepress/public/img/dbeaver-2520-3.png differ diff --git a/src/.vuepress/public/img/dbeaver-2520-4-en.png b/src/.vuepress/public/img/dbeaver-2520-4-en.png new file mode 100644 index 000000000..d78f6f667 Binary files /dev/null and b/src/.vuepress/public/img/dbeaver-2520-4-en.png differ diff --git a/src/.vuepress/public/img/dbeaver-2520-4.png b/src/.vuepress/public/img/dbeaver-2520-4.png new file mode 100644 index 000000000..029fb3b3e Binary files /dev/null and b/src/.vuepress/public/img/dbeaver-2520-4.png differ diff --git a/src/.vuepress/public/img/dbeaver-2520-5-en.png b/src/.vuepress/public/img/dbeaver-2520-5-en.png new file mode 100644 index 000000000..f69d059c2 Binary files /dev/null and b/src/.vuepress/public/img/dbeaver-2520-5-en.png differ diff --git a/src/.vuepress/public/img/dbeaver-2520-5.png b/src/.vuepress/public/img/dbeaver-2520-5.png new file mode 100644 index 000000000..22b9ae5fe Binary files /dev/null and b/src/.vuepress/public/img/dbeaver-2520-5.png differ diff --git a/src/UserGuide/Master/Table/Ecosystem-Integration/DBeaver.md b/src/UserGuide/Master/Table/Ecosystem-Integration/DBeaver.md index ce5e7db14..0661f61f2 100644 --- a/src/UserGuide/Master/Table/Ecosystem-Integration/DBeaver.md +++ b/src/UserGuide/Master/Table/Ecosystem-Integration/DBeaver.md @@ -25,75 +25,34 @@ DBeaver is an open-source universal database management tool that supports core functionalities including data query and visualization, metadata management, data import/export, and driver extensions. It provides a cross-platform graphical interface for various databases (e.g., MySQL, PostgreSQL, Oracle). -![](/img/dbeaver-new-1-en.png) +![](/img/dbeaver-2520-1-en.png) ## 2. Prerequisites Ensure DBeaver and IoTDB are installed: -- DBeaver download: https://dbeaver.io/download/ +- DBeaver(>= V25.2.0), download: https://dbeaver.io/download/ -- IoTDB download: https://iotdb.apache.org/Download/ +- IoTDB is running, download: https://iotdb.apache.org/Download/ -## 3. Configuration Guide +## 3. Create Connection -### 3.1 Download Driver +1. Click ​​DBeaver > Database > New Database Connection​​, or directly click the icon in the upper-left corner. -Select the appropriate version of the JAR package (choose the `jar-with-dependencies.jar` variant): +![](/img/dbeaver-2520-2-en.png) -- Option 1: https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/iotdb-jdbc-2.0.3.3-jar-with-dependencies.jar +2. Select the ​​IoTDB driver​​ (you can find it under the ​​All​​ or ​​Timeseries​​ category). -- Option 2: https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/ +![](/img/dbeaver-2520-3-en.png) -![](/img/dbeaver-new-2.png) +3. Complete the connection settings, and choose the appropriate sql dialect based on whether the target IoTDB uses a ​​Tree Model​​ or ​​Table Model​​. -### 3.2 Configure Driver +![](/img/dbeaver-2520-4-en.png) -#### Step 1: Open Driver Manager and Create New Driver +4. Test the connection (make sure to select the driver file compatible with your version). If the connection is successful, a prompt will appear showing "Connected," along with the server version and driver version. -1. Navigate to `Database` → `Driver Manager` in the toolbar. +![](/img/dbeaver-2520-5-en.png) -![](/img/dbeaver-new-3-en.png) - -2. Click `New` to create a new driver configuration. - -![](/img/dbeaver-new-4-en.png) - -#### Step 2: Configure Driver Details - -1. Under the `Libraries` tab, click `Add` File. - -2. Select the downloaded IoTDB JDBC driver (e.g., `iotdb-jdbc-2.0.3-jar-with-dependencies.jar`). - -3. Click `Find Class` to auto-detect the driver class. - -![](/img/dbeaver-new-5-en.png) - -4. Configure the following driver settings: - -* ​Driver Name​​: IoTDB -* ​Class Name​​: org.apache.iotdb.jdbc.IoTDBDriver -* ​URL Template​​: jdbc:iotdb://{host}:{port}/ -* ​Default Port​​: 6667 -* ​​Default User​​: root - - ![](/img/dbeaver-new-6-en.png) - -#### Step 3: Create and Test Connection - -1. Click the `Create Connection` icon. - -2. Search for IoTDB, select it, and click Next. Choose the `URL` connection method. - - ![](/img/dbeaver-new-7-en.png) - -3. To complete the `JDBC URL`, append the parameter `?sql_dialect=table` for table model, and enter the IoTDB database password. - - ![](/img/dbeaver-new-8-table-en.png) - -4. Click `Test Connection`. A successful connection will display Connected with server and driver versions. - - ![](/img/dbeaver-new-9-table-en.png) ## 4. Usage Guide diff --git a/src/UserGuide/Master/Tree/Ecosystem-Integration/DBeaver.md b/src/UserGuide/Master/Tree/Ecosystem-Integration/DBeaver.md index 28b356265..92fd7bdff 100644 --- a/src/UserGuide/Master/Tree/Ecosystem-Integration/DBeaver.md +++ b/src/UserGuide/Master/Tree/Ecosystem-Integration/DBeaver.md @@ -25,75 +25,33 @@ DBeaver is an open-source universal database management tool that supports core functionalities including data query and visualization, metadata management, data import/export, and driver extensions. It provides a cross-platform graphical interface for various databases (e.g., MySQL, PostgreSQL, Oracle). -![](/img/dbeaver-new-1-en.png) +![](/img/dbeaver-2520-1-en.png) ## 2. Prerequisites Ensure DBeaver and IoTDB are installed: -- DBeaver download: https://dbeaver.io/download/ +- DBeaver(>= V25.2.0), download: https://dbeaver.io/download/ -- IoTDB download: https://iotdb.apache.org/Download/ +- IoTDB is running, download: https://iotdb.apache.org/Download/ -## 3. Configuration Guide +## 3. Create Connection -### 3.1 Download Driver +1. Click ​​DBeaver > Database > New Database Connection​​, or directly click the icon in the upper-left corner. -Select the appropriate version of the JAR package (choose the `jar-with-dependencies.jar` variant): +![](/img/dbeaver-2520-2-en.png) -- Option 1: https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/iotdb-jdbc-2.0.3.3-jar-with-dependencies.jar +2. Select the ​​IoTDB driver​​ (you can find it under the ​​All​​ or ​​Timeseries​​ category). -- Option 2: https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/ +![](/img/dbeaver-2520-3-en.png) -![](/img/dbeaver-new-2.png) +3. Complete the connection settings, and choose the appropriate sql dialect based on whether the target IoTDB uses a ​​Tree Model​​ or ​​Table Model​​. -### 3.2 Configure Driver +![](/img/dbeaver-2520-4-en.png) -#### Step 1: Open Driver Manager and Create New Driver +4. Test the connection (make sure to select the driver file compatible with your version). If the connection is successful, a prompt will appear showing "Connected," along with the server version and driver version. -1. Navigate to `Database` → `Driver Manager` in the toolbar. - -![](/img/dbeaver-new-3-en.png) - -2. Click `New` to create a new driver configuration. - -![](/img/dbeaver-new-4-en.png) - -#### Step 2: Configure Driver Details - -1. Under the `Libraries` tab, click `Add` File. - -2. Select the downloaded IoTDB JDBC driver (e.g., `iotdb-jdbc-2.0.3-jar-with-dependencies.jar`). - -3. Click `Find Class` to auto-detect the driver class. - -![](/img/dbeaver-new-5-en.png) - -4. Configure the following driver settings: - -* ​Driver Name​​: IoTDB -* ​Class Name​​: org.apache.iotdb.jdbc.IoTDBDriver -* ​URL Template​​: jdbc:iotdb://{host}:{port}/ -* ​Default Port​​: 6667 -* ​​Default User​​: root - - ![](/img/dbeaver-new-6-en.png) - -#### Step 3: Create and Test Connection - -1. Click the `Create Connection` icon. - -2. Search for IoTDB, select it, and click Next. Choose the `URL` connection method. - - ![](/img/dbeaver-new-7-en.png) - -3. Complete the `JDBC URL` and enter the IoTDB database password. For tree model, select the `Host` connection method. - - ![](/img/dbeaver-new-8-tree-en.png) - -4. Click `Test Connection`. A successful connection will display Connected with server and driver versions. - - ![](/img/dbeaver-new-9-en.png) +![](/img/dbeaver-2520-5-en.png) ## 4. Usage Guide diff --git a/src/UserGuide/latest-Table/Ecosystem-Integration/DBeaver.md b/src/UserGuide/latest-Table/Ecosystem-Integration/DBeaver.md index ce5e7db14..0661f61f2 100644 --- a/src/UserGuide/latest-Table/Ecosystem-Integration/DBeaver.md +++ b/src/UserGuide/latest-Table/Ecosystem-Integration/DBeaver.md @@ -25,75 +25,34 @@ DBeaver is an open-source universal database management tool that supports core functionalities including data query and visualization, metadata management, data import/export, and driver extensions. It provides a cross-platform graphical interface for various databases (e.g., MySQL, PostgreSQL, Oracle). -![](/img/dbeaver-new-1-en.png) +![](/img/dbeaver-2520-1-en.png) ## 2. Prerequisites Ensure DBeaver and IoTDB are installed: -- DBeaver download: https://dbeaver.io/download/ +- DBeaver(>= V25.2.0), download: https://dbeaver.io/download/ -- IoTDB download: https://iotdb.apache.org/Download/ +- IoTDB is running, download: https://iotdb.apache.org/Download/ -## 3. Configuration Guide +## 3. Create Connection -### 3.1 Download Driver +1. Click ​​DBeaver > Database > New Database Connection​​, or directly click the icon in the upper-left corner. -Select the appropriate version of the JAR package (choose the `jar-with-dependencies.jar` variant): +![](/img/dbeaver-2520-2-en.png) -- Option 1: https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/iotdb-jdbc-2.0.3.3-jar-with-dependencies.jar +2. Select the ​​IoTDB driver​​ (you can find it under the ​​All​​ or ​​Timeseries​​ category). -- Option 2: https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/ +![](/img/dbeaver-2520-3-en.png) -![](/img/dbeaver-new-2.png) +3. Complete the connection settings, and choose the appropriate sql dialect based on whether the target IoTDB uses a ​​Tree Model​​ or ​​Table Model​​. -### 3.2 Configure Driver +![](/img/dbeaver-2520-4-en.png) -#### Step 1: Open Driver Manager and Create New Driver +4. Test the connection (make sure to select the driver file compatible with your version). If the connection is successful, a prompt will appear showing "Connected," along with the server version and driver version. -1. Navigate to `Database` → `Driver Manager` in the toolbar. +![](/img/dbeaver-2520-5-en.png) -![](/img/dbeaver-new-3-en.png) - -2. Click `New` to create a new driver configuration. - -![](/img/dbeaver-new-4-en.png) - -#### Step 2: Configure Driver Details - -1. Under the `Libraries` tab, click `Add` File. - -2. Select the downloaded IoTDB JDBC driver (e.g., `iotdb-jdbc-2.0.3-jar-with-dependencies.jar`). - -3. Click `Find Class` to auto-detect the driver class. - -![](/img/dbeaver-new-5-en.png) - -4. Configure the following driver settings: - -* ​Driver Name​​: IoTDB -* ​Class Name​​: org.apache.iotdb.jdbc.IoTDBDriver -* ​URL Template​​: jdbc:iotdb://{host}:{port}/ -* ​Default Port​​: 6667 -* ​​Default User​​: root - - ![](/img/dbeaver-new-6-en.png) - -#### Step 3: Create and Test Connection - -1. Click the `Create Connection` icon. - -2. Search for IoTDB, select it, and click Next. Choose the `URL` connection method. - - ![](/img/dbeaver-new-7-en.png) - -3. To complete the `JDBC URL`, append the parameter `?sql_dialect=table` for table model, and enter the IoTDB database password. - - ![](/img/dbeaver-new-8-table-en.png) - -4. Click `Test Connection`. A successful connection will display Connected with server and driver versions. - - ![](/img/dbeaver-new-9-table-en.png) ## 4. Usage Guide diff --git a/src/UserGuide/latest/Ecosystem-Integration/DBeaver.md b/src/UserGuide/latest/Ecosystem-Integration/DBeaver.md index 28b356265..f801162b3 100644 --- a/src/UserGuide/latest/Ecosystem-Integration/DBeaver.md +++ b/src/UserGuide/latest/Ecosystem-Integration/DBeaver.md @@ -25,76 +25,33 @@ DBeaver is an open-source universal database management tool that supports core functionalities including data query and visualization, metadata management, data import/export, and driver extensions. It provides a cross-platform graphical interface for various databases (e.g., MySQL, PostgreSQL, Oracle). -![](/img/dbeaver-new-1-en.png) +![](/img/dbeaver-2520-1-en.png) ## 2. Prerequisites Ensure DBeaver and IoTDB are installed: -- DBeaver download: https://dbeaver.io/download/ +- DBeaver(>= V25.2.0), download: https://dbeaver.io/download/ -- IoTDB download: https://iotdb.apache.org/Download/ +- IoTDB is running, download: https://iotdb.apache.org/Download/ -## 3. Configuration Guide +## 3. Create Connection -### 3.1 Download Driver +1. Click ​​DBeaver > Database > New Database Connection​​, or directly click the icon in the upper-left corner. -Select the appropriate version of the JAR package (choose the `jar-with-dependencies.jar` variant): +![](/img/dbeaver-2520-2-en.png) -- Option 1: https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/iotdb-jdbc-2.0.3.3-jar-with-dependencies.jar +2. Select the ​​IoTDB driver​​ (you can find it under the ​​All​​ or ​​Timeseries​​ category). -- Option 2: https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/ +![](/img/dbeaver-2520-3-en.png) -![](/img/dbeaver-new-2.png) +3. Complete the connection settings, and choose the appropriate sql dialect based on whether the target IoTDB uses a ​​Tree Model​​ or ​​Table Model​​. -### 3.2 Configure Driver +![](/img/dbeaver-2520-4-en.png) -#### Step 1: Open Driver Manager and Create New Driver - -1. Navigate to `Database` → `Driver Manager` in the toolbar. - -![](/img/dbeaver-new-3-en.png) - -2. Click `New` to create a new driver configuration. - -![](/img/dbeaver-new-4-en.png) - -#### Step 2: Configure Driver Details - -1. Under the `Libraries` tab, click `Add` File. - -2. Select the downloaded IoTDB JDBC driver (e.g., `iotdb-jdbc-2.0.3-jar-with-dependencies.jar`). - -3. Click `Find Class` to auto-detect the driver class. - -![](/img/dbeaver-new-5-en.png) - -4. Configure the following driver settings: - -* ​Driver Name​​: IoTDB -* ​Class Name​​: org.apache.iotdb.jdbc.IoTDBDriver -* ​URL Template​​: jdbc:iotdb://{host}:{port}/ -* ​Default Port​​: 6667 -* ​​Default User​​: root - - ![](/img/dbeaver-new-6-en.png) - -#### Step 3: Create and Test Connection - -1. Click the `Create Connection` icon. - -2. Search for IoTDB, select it, and click Next. Choose the `URL` connection method. - - ![](/img/dbeaver-new-7-en.png) - -3. Complete the `JDBC URL` and enter the IoTDB database password. For tree model, select the `Host` connection method. - - ![](/img/dbeaver-new-8-tree-en.png) - -4. Click `Test Connection`. A successful connection will display Connected with server and driver versions. - - ![](/img/dbeaver-new-9-en.png) +4. Test the connection (make sure to select the driver file compatible with your version). If the connection is successful, a prompt will appear showing "Connected," along with the server version and driver version. +![](/img/dbeaver-2520-5-en.png) ## 4. Usage Guide diff --git a/src/zh/UserGuide/Master/Table/Ecosystem-Integration/DBeaver.md b/src/zh/UserGuide/Master/Table/Ecosystem-Integration/DBeaver.md index fa934d346..7ad153353 100644 --- a/src/zh/UserGuide/Master/Table/Ecosystem-Integration/DBeaver.md +++ b/src/zh/UserGuide/Master/Table/Ecosystem-Integration/DBeaver.md @@ -25,77 +25,33 @@ DBeaver 是一款开源的通用数据库管理工具,支持数据查询与可视化​、元数据管理​、数据导入导出、驱动扩展等核心特性,为多种数据库(如 MySQL、PostgreSQL、Oracle等)提供跨平台的图形化操作界面。 -![](/img/dbeaver-new-1.png) +![](/img/dbeaver-2520-1.png) ## 2. 前置条件 安装好 DBeaver、IoTDB: -- DBeaver 下载地址:https://dbeaver.io/download/ +- DBeaver(>= V25.2.0),下载地址:https://dbeaver.io/download/ -- IoTDB 下载地址:https://iotdb.apache.org/Download/ +- IoTDB 已启动,下载地址:https://iotdb.apache.org/Download/ -## 3. 配置方式 +## 3. 创建连接 -### 3.1 下载驱动 +1. 点击 DBeaver > 数据库 > 新建数据库连接,或者直接点击左上角图标 -选择对应版本的 jar 包,下载后缀 `jar-with-dependencies.jar` 的包: +![](/img/dbeaver-2520-2.png) -- 链接 1:https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/iotdb-jdbc-2.0.3.3-jar-with-dependencies.jar +2. 选择 IoTDB 驱动(可在 All 或 Timeseries 分类中找到) -- 链接 2:https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/ +![](/img/dbeaver-2520-3.png) -![](/img/dbeaver-new-2.png) +3. 完善连接设置,并根据要连接的 IoTDB 是树模型或表模型,选择不同的连接方式 -### 3.2 配置驱动 +![](/img/dbeaver-2520-4.png) -#### 步骤一:打开驱动管理器并新建驱动 +4. 测试连接(请选择适配版本的驱动文件)。如果连接成功,会提示已连接,并显示服务器版本和驱动版本。 -1. 打开数据库工具导航到`数据库` -> `驱动管理器`。 - -![](/img/dbeaver-new-3.png) - -2. 点击`新建`按钮,开始创建新的驱动配置。 - -![](/img/dbeaver-new-4.png) - -#### 步骤二:配置驱动信息 - -1. 配置【库】信息,在创建新驱动窗口中,点击`添加文件`按钮。 - -2. 选择下载好的 IoTDB JDBC 驱动文件(如 `iotdb-jdbc-2.0.3-jar-with-dependencies.jar`)。 - -3. 点击`找到类`按钮,自动识别驱动类。 - -![](/img/dbeaver-new-5.png) - -4. 填写以下驱动设置信息: - - - 驱动名称:IoTDB - - 类名:org.apache.iotdb.jdbc.IoTDBDriver - - URL 模版:jdbc:iotdb://{host}:{port}/ - - 默认端口:6667 - - 默认用户:root - - ![](/img/dbeaver-new-6.png) - -#### 步骤三:创建并测试连接 - -1. 点击`创建连接`图标。 - -2. 在搜索框中输入 `IoTDB`,并选择。点击`下一步`,选择 `URL` 的连接方式。 - - ![](/img/dbeaver-new-7.png) - -3. 完善 `JDBC URL`,表模型需在 URL 中补充参数 `?sql_dialect=table`, 并填写 IoTDB 数据库的密码。 - - ![](/img/dbeaver-new-8-table.png) - -4. 点击`测试连接`按钮,如果连接成功,会提示`已连接`,并显示服务器版本和驱动版本。 - - ![](/img/dbeaver-new-9.png) - - ![](/img/dbeaver-new-10.png) +![](/img/dbeaver-2520-5.png) ## 4. 使用方式 diff --git a/src/zh/UserGuide/Master/Tree/Ecosystem-Integration/DBeaver.md b/src/zh/UserGuide/Master/Tree/Ecosystem-Integration/DBeaver.md index ffd4bff8f..4b0f29b4b 100644 --- a/src/zh/UserGuide/Master/Tree/Ecosystem-Integration/DBeaver.md +++ b/src/zh/UserGuide/Master/Tree/Ecosystem-Integration/DBeaver.md @@ -25,77 +25,33 @@ DBeaver 是一款开源的通用数据库管理工具,支持数据查询与可视化​、元数据管理​、数据导入导出、驱动扩展等核心特性,为多种数据库(如 MySQL、PostgreSQL、Oracle等)提供跨平台的图形化操作界面。 -![](/img/dbeaver-new-1.png) +![](/img/dbeaver-2520-1.png) ## 2. 前置条件 安装好 DBeaver、IoTDB: -- DBeaver 下载地址:https://dbeaver.io/download/ +- DBeaver(>= V25.2.0),下载地址:https://dbeaver.io/download/ -- IoTDB 下载地址:https://iotdb.apache.org/Download/ +- IoTDB 已启动,下载地址:https://iotdb.apache.org/Download/ -## 3. 配置方式 +## 3. 创建连接 -### 3.1 下载驱动 +1. 点击 DBeaver > 数据库 > 新建数据库连接,或者直接点击左上角图标 -选择对应版本的 jar 包,下载后缀 `jar-with-dependencies.jar` 的包: +![](/img/dbeaver-2520-2.png) -- 链接 1:https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/iotdb-jdbc-2.0.3.3-jar-with-dependencies.jar +2. 选择 IoTDB 驱动(可在 All 或 Timeseries 分类中找到) -- 链接 2:https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/ +![](/img/dbeaver-2520-3.png) -![](/img/dbeaver-new-2.png) +3. 完善连接设置,并根据要连接的 IoTDB 是树模型或表模型,选择不同的连接方式 -### 3.2 配置驱动 +![](/img/dbeaver-2520-4.png) -#### 步骤一:打开驱动管理器并新建驱动 +4. 测试连接(请选择适配版本的驱动文件)。如果连接成功,会提示已连接,并显示服务器版本和驱动版本。 -1. 打开数据库工具导航到`数据库` -> `驱动管理器`。 - -![](/img/dbeaver-new-3.png) - -2. 点击`新建`按钮,开始创建新的驱动配置。 - -![](/img/dbeaver-new-4.png) - -#### 步骤二:配置驱动信息 - -1. 配置【库】信息,在创建新驱动窗口中,点击`添加文件`按钮。 - -2. 选择下载好的 IoTDB JDBC 驱动文件(如 `iotdb-jdbc-2.0.3-jar-with-dependencies.jar`)。 - -3. 点击`找到类`按钮,自动识别驱动类。 - -![](/img/dbeaver-new-5.png) - -4. 填写以下驱动设置信息: - - - 驱动名称:IoTDB - - 类名:org.apache.iotdb.jdbc.IoTDBDriver - - URL 模版:jdbc:iotdb://{host}:{port}/ - - 默认端口:6667 - - 默认用户:root - - ![](/img/dbeaver-new-6.png) - -#### 步骤三:创建并测试连接 - -1. 点击`创建连接`图标。 - -2. 在搜索框中输入 `IoTDB`,并选择。点击`下一步`,选择 `URL` 的连接方式。 - - ![](/img/dbeaver-new-7.png) - -3. 完善 `JDBC URL`,并填写 IoTDB 数据库的密码。树模型可以选择`主机`的连接方式。 - - ![](/img/dbeaver-new-8-tree.png) - -4. 点击`测试连接`按钮,如果连接成功,会提示`已连接`,并显示服务器版本和驱动版本。 - - ![](/img/dbeaver-new-9.png) - - ![](/img/dbeaver-new-10.png) +![](/img/dbeaver-2520-5.png) ## 4. 使用方式 diff --git a/src/zh/UserGuide/latest-Table/Ecosystem-Integration/DBeaver.md b/src/zh/UserGuide/latest-Table/Ecosystem-Integration/DBeaver.md index fa934d346..7ad153353 100644 --- a/src/zh/UserGuide/latest-Table/Ecosystem-Integration/DBeaver.md +++ b/src/zh/UserGuide/latest-Table/Ecosystem-Integration/DBeaver.md @@ -25,77 +25,33 @@ DBeaver 是一款开源的通用数据库管理工具,支持数据查询与可视化​、元数据管理​、数据导入导出、驱动扩展等核心特性,为多种数据库(如 MySQL、PostgreSQL、Oracle等)提供跨平台的图形化操作界面。 -![](/img/dbeaver-new-1.png) +![](/img/dbeaver-2520-1.png) ## 2. 前置条件 安装好 DBeaver、IoTDB: -- DBeaver 下载地址:https://dbeaver.io/download/ +- DBeaver(>= V25.2.0),下载地址:https://dbeaver.io/download/ -- IoTDB 下载地址:https://iotdb.apache.org/Download/ +- IoTDB 已启动,下载地址:https://iotdb.apache.org/Download/ -## 3. 配置方式 +## 3. 创建连接 -### 3.1 下载驱动 +1. 点击 DBeaver > 数据库 > 新建数据库连接,或者直接点击左上角图标 -选择对应版本的 jar 包,下载后缀 `jar-with-dependencies.jar` 的包: +![](/img/dbeaver-2520-2.png) -- 链接 1:https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/iotdb-jdbc-2.0.3.3-jar-with-dependencies.jar +2. 选择 IoTDB 驱动(可在 All 或 Timeseries 分类中找到) -- 链接 2:https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/ +![](/img/dbeaver-2520-3.png) -![](/img/dbeaver-new-2.png) +3. 完善连接设置,并根据要连接的 IoTDB 是树模型或表模型,选择不同的连接方式 -### 3.2 配置驱动 +![](/img/dbeaver-2520-4.png) -#### 步骤一:打开驱动管理器并新建驱动 +4. 测试连接(请选择适配版本的驱动文件)。如果连接成功,会提示已连接,并显示服务器版本和驱动版本。 -1. 打开数据库工具导航到`数据库` -> `驱动管理器`。 - -![](/img/dbeaver-new-3.png) - -2. 点击`新建`按钮,开始创建新的驱动配置。 - -![](/img/dbeaver-new-4.png) - -#### 步骤二:配置驱动信息 - -1. 配置【库】信息,在创建新驱动窗口中,点击`添加文件`按钮。 - -2. 选择下载好的 IoTDB JDBC 驱动文件(如 `iotdb-jdbc-2.0.3-jar-with-dependencies.jar`)。 - -3. 点击`找到类`按钮,自动识别驱动类。 - -![](/img/dbeaver-new-5.png) - -4. 填写以下驱动设置信息: - - - 驱动名称:IoTDB - - 类名:org.apache.iotdb.jdbc.IoTDBDriver - - URL 模版:jdbc:iotdb://{host}:{port}/ - - 默认端口:6667 - - 默认用户:root - - ![](/img/dbeaver-new-6.png) - -#### 步骤三:创建并测试连接 - -1. 点击`创建连接`图标。 - -2. 在搜索框中输入 `IoTDB`,并选择。点击`下一步`,选择 `URL` 的连接方式。 - - ![](/img/dbeaver-new-7.png) - -3. 完善 `JDBC URL`,表模型需在 URL 中补充参数 `?sql_dialect=table`, 并填写 IoTDB 数据库的密码。 - - ![](/img/dbeaver-new-8-table.png) - -4. 点击`测试连接`按钮,如果连接成功,会提示`已连接`,并显示服务器版本和驱动版本。 - - ![](/img/dbeaver-new-9.png) - - ![](/img/dbeaver-new-10.png) +![](/img/dbeaver-2520-5.png) ## 4. 使用方式 diff --git a/src/zh/UserGuide/latest/Ecosystem-Integration/DBeaver.md b/src/zh/UserGuide/latest/Ecosystem-Integration/DBeaver.md index ffd4bff8f..4b0f29b4b 100644 --- a/src/zh/UserGuide/latest/Ecosystem-Integration/DBeaver.md +++ b/src/zh/UserGuide/latest/Ecosystem-Integration/DBeaver.md @@ -25,77 +25,33 @@ DBeaver 是一款开源的通用数据库管理工具,支持数据查询与可视化​、元数据管理​、数据导入导出、驱动扩展等核心特性,为多种数据库(如 MySQL、PostgreSQL、Oracle等)提供跨平台的图形化操作界面。 -![](/img/dbeaver-new-1.png) +![](/img/dbeaver-2520-1.png) ## 2. 前置条件 安装好 DBeaver、IoTDB: -- DBeaver 下载地址:https://dbeaver.io/download/ +- DBeaver(>= V25.2.0),下载地址:https://dbeaver.io/download/ -- IoTDB 下载地址:https://iotdb.apache.org/Download/ +- IoTDB 已启动,下载地址:https://iotdb.apache.org/Download/ -## 3. 配置方式 +## 3. 创建连接 -### 3.1 下载驱动 +1. 点击 DBeaver > 数据库 > 新建数据库连接,或者直接点击左上角图标 -选择对应版本的 jar 包,下载后缀 `jar-with-dependencies.jar` 的包: +![](/img/dbeaver-2520-2.png) -- 链接 1:https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/iotdb-jdbc-2.0.3.3-jar-with-dependencies.jar +2. 选择 IoTDB 驱动(可在 All 或 Timeseries 分类中找到) -- 链接 2:https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-jdbc/2.0.3.3/ +![](/img/dbeaver-2520-3.png) -![](/img/dbeaver-new-2.png) +3. 完善连接设置,并根据要连接的 IoTDB 是树模型或表模型,选择不同的连接方式 -### 3.2 配置驱动 +![](/img/dbeaver-2520-4.png) -#### 步骤一:打开驱动管理器并新建驱动 +4. 测试连接(请选择适配版本的驱动文件)。如果连接成功,会提示已连接,并显示服务器版本和驱动版本。 -1. 打开数据库工具导航到`数据库` -> `驱动管理器`。 - -![](/img/dbeaver-new-3.png) - -2. 点击`新建`按钮,开始创建新的驱动配置。 - -![](/img/dbeaver-new-4.png) - -#### 步骤二:配置驱动信息 - -1. 配置【库】信息,在创建新驱动窗口中,点击`添加文件`按钮。 - -2. 选择下载好的 IoTDB JDBC 驱动文件(如 `iotdb-jdbc-2.0.3-jar-with-dependencies.jar`)。 - -3. 点击`找到类`按钮,自动识别驱动类。 - -![](/img/dbeaver-new-5.png) - -4. 填写以下驱动设置信息: - - - 驱动名称:IoTDB - - 类名:org.apache.iotdb.jdbc.IoTDBDriver - - URL 模版:jdbc:iotdb://{host}:{port}/ - - 默认端口:6667 - - 默认用户:root - - ![](/img/dbeaver-new-6.png) - -#### 步骤三:创建并测试连接 - -1. 点击`创建连接`图标。 - -2. 在搜索框中输入 `IoTDB`,并选择。点击`下一步`,选择 `URL` 的连接方式。 - - ![](/img/dbeaver-new-7.png) - -3. 完善 `JDBC URL`,并填写 IoTDB 数据库的密码。树模型可以选择`主机`的连接方式。 - - ![](/img/dbeaver-new-8-tree.png) - -4. 点击`测试连接`按钮,如果连接成功,会提示`已连接`,并显示服务器版本和驱动版本。 - - ![](/img/dbeaver-new-9.png) - - ![](/img/dbeaver-new-10.png) +![](/img/dbeaver-2520-5.png) ## 4. 使用方式