Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -358,18 +358,21 @@ Major features:

## 2. Workbench (Console Tool)

| Version | Description | Supported IoTDB Versions |
|---------|----------------------------------------------------------------------------------------------------|-------------------------|
| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | V1.3.4+ |
| V1.5.4 | Added authentication for Prometheus settings in Instance Management | V1.3.4+ |
| V1.5.1 | Added AI analysis and pattern matching | V1.3.2+ |
| V1.4.0 | Added tree model display and English UI | V1.3.2+ |
| V1.3.1 | Enhanced analysis methods and import templates | V1.3.2+ |
| V1.3.0 | Added DB configuration and UI refinements | V1.3.2+ |
| V1.2.6 | Optimized permission controls | V1.3.1+ |
| V1.2.5 | Added "Common Templates" and caching | V1.3.0+ |
| V1.2.4 | Added import/export for calculations, time alignment field | V1.2.2+ |
| V1.2.3 | Added activation details and analysis features | V1.2.2+ |
| V1.2.2 | Optimized point description display | V1.2.2+ |
| V1.2.1 | Added sync monitoring panel, Prometheus hints | V1.2.2+ |
| V1.2.0 | Major Workbench upgrade | V1.2.0+ |
| Version | Description | Supported IoTDB Versions |
|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------|
| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above |
| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward |
| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward |
| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward |
| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward |
| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward |
| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward |
| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward |
| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward |
| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward |
| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward |
| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward |
| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward |
| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward |
| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward |
| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward |
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The instructions for using the visualization console tool can be found in the [I
| Preparation Content | Name | Version Requirements | Link |
| :----------------------: | :-------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: |
| Operating System | Windows or Linux | - | - |
| Installation Environment | JDK | Need>=V1.8.0_162 (recommended to use 11 or 17, please choose ARM or x64 installation package according to machine configuration when downloading) | https://www.oracle.com/java/technologies/downloads/ |
| Installation Environment | JDK | v1.5.4 and below require ≥ 1.8; v1.5.5 and above require ≥ 17. Choose the ARM or x64 installer according to your system. | https://www.oracle.com/java/technologies/downloads/ |
| Related Software | Prometheus | Requires installation of V2.30.3 and above. | https://prometheus.io/download/ |
| Database | IoTDB | Requires V1.2.0 Enterprise Edition and above | You can contact business or technical support to obtain |
| Console | IoTDB-Workbench-`<version>` | - | You can choose according to the appendix version comparison table and contact business or technical support to obtain it |
Expand Down Expand Up @@ -212,16 +212,21 @@ The instructions for using the visualization console tool can be found in the [I

## 3. Appendix: IoTDB and Workbench Version Comparison Table

| Workbench Version Number | Release Note | Supports IoTDB Versions |
| :------------------------: | :------------------------------------------------------------: | :-------------------------: |
| V1.5.1 | Add AI analysis function and pattern matching function | V1.3.2 and above versions |
| V1.4.0 | New tree model display and internationalization | V1.3.2 and above versions |
| V1.3.1 |New analysis methods have been added to the analysis function, and functions such as optimizing import templates have been optimized |V1.3.2 and above versions |
| V1.3.0 | Add database configuration function |V1.3.2 and above versions |
| V1.2.6 | Optimize the permission control function of each module | V1.3.1 and above versions |
| V1.2.5 | The visualization function has added the concept of "commonly used templates", and all interface optimization and page caching functions have been supplemented | V1.3.0 and above versions |
| V1.2.4 | The calculation function has added the "import and export" function, and the measurement point list has added the "time alignment" field | V1.2.2 and above versions |
| V1.2.3 | New "activation details" and analysis functions added to the homepage | V1.2.2 and above versions |
| V1.2.2 | Optimize the display content and other functions of "measurement point description" | V1.2.2 and above versions |
| V1.2.1 | New "Monitoring Panel" added to the data synchronization interface to optimize Prometheus prompt information | V1.2.2 and above versions |
| V1.2.0 | New Workbench version upgrade | V1.2.0 and above versions |
| Version | Description | Supported IoTDB Versions |
|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------|
| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above, The AI analysis module only supports versions above 2.0.5. |
| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward |
| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward |
| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward |
| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward |
| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward |
| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward |
| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward |
| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward |
| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward |
| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward |
| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward |
| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward |
| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward |
| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward |
| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward |
Original file line number Diff line number Diff line change
Expand Up @@ -358,18 +358,21 @@ Major features:

## 2. Workbench (Console Tool)

| Version | Description | Supported IoTDB Versions |
|---------|----------------------------------------------------------------------------------------------------|-------------------------|
| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | V1.3.4+ |
| V1.5.4 | Added authentication for Prometheus settings in Instance Management | V1.3.4+ |
| V1.5.1 | Added AI analysis and pattern matching | V1.3.2+ |
| V1.4.0 | Added tree model display and English UI | V1.3.2+ |
| V1.3.1 | Enhanced analysis methods and import templates | V1.3.2+ |
| V1.3.0 | Added DB configuration and UI refinements | V1.3.2+ |
| V1.2.6 | Optimized permission controls | V1.3.1+ |
| V1.2.5 | Added "Common Templates" and caching | V1.3.0+ |
| V1.2.4 | Added import/export for calculations, time alignment field | V1.2.2+ |
| V1.2.3 | Added activation details and analysis features | V1.2.2+ |
| V1.2.2 | Optimized point description display | V1.2.2+ |
| V1.2.1 | Added sync monitoring panel, Prometheus hints | V1.2.2+ |
| V1.2.0 | Major Workbench upgrade | V1.2.0+ |
| Version | Description | Supported IoTDB Versions |
|---------|------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------|
| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above |
| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward |
| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward |
| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward |
| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward |
| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward |
| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward |
| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward |
| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward |
| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward |
| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward |
| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward |
| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward |
| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward |
| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward |
| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward |
Loading