Obtain IoTDB
February 19, 2025Less than 1 minute
Obtain IoTDB
1. How to obtain IoTDB
The installation package can be directly obtained from the Apache IoTDB official website:https://iotdb.apache.org/Download/
2. Installation Package Structure
Install the package after decompression(apache-iotdb-<version>-all-bin.zip),After decompressing the installation package, the directory structure is as follows:
| Catologue | Type | Description |
|---|---|---|
| conf | Folder | Configuration files directory, containing ConfigNode, DataNode, JMX, and logback configuration files. |
| data | Folder | Default data file directory, containing data files for ConfigNode and DataNode. (This directory is generated after starting the program.) |
| lib | Folder | Library files directory. |
| licenses | Folder | Directory for open-source license certificates. |
| logs | Folder | Default log file directory, containing log files for ConfigNode and DataNode. (This directory is generated after starting the program.) |
| sbin | Folder | Main scripts directory, containing scripts for starting, stopping, and managing the database. |
| tools | Folder | Tools directory. |
| ext | Folder | Directory for pipe, trigger, and UDF plugin-related files. |
| LICENSE | File | Open-source license file. |
| NOTICE | File | Open-source notice file. |
| README_ZH.md | File | User manual (Chinese version). |
| README.md | File | User manual (English version). |
| RELEASE_NOTES.md | File | Release notes. |
