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:

CatologueTypeDescription
confFolderConfiguration files directory, containing ConfigNode, DataNode, JMX, and logback configuration files.
dataFolderDefault data file directory, containing data files for ConfigNode and DataNode. (This directory is generated after starting the program.)
libFolderLibrary files directory.
licensesFolderDirectory for open-source license certificates.
logsFolderDefault log file directory, containing log files for ConfigNode and DataNode. (This directory is generated after starting the program.)
sbinFolderMain scripts directory, containing scripts for starting, stopping, and managing the database.
toolsFolderTools directory.
extFolderDirectory for pipe, trigger, and UDF plugin-related files.
LICENSEFileOpen-source license file.
NOTICEFileOpen-source notice file.
README_ZH.mdFileUser manual (Chinese version).
README.mdFileUser manual (English version).
RELEASE_NOTES.mdFileRelease notes.