Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.79 KB

File metadata and controls

47 lines (36 loc) · 2.79 KB

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.