blob: aebfbcd3ba0b797cf114c0d0664e0c6aa7cc51d2 [file] [log] [blame] [view]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
# Obtain IoTDB
## How to obtain the open source version
The open source installation package can be directly obtained from the Apache IoTDB official website:https://iotdb.apache.org/zh/Download/
## 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:
| **catalogue** | **Type** | **Explanation** |
| :--------------: | :------: | :----------------------------------------------------------: |
| conf | folder | Configuration file directory, including configuration files such as ConfigNode, DataNode, JMX, and logback |
| data | folder | The default data file directory contains data files for ConfigNode and DataNode. (The directory will only be generated after starting the program) |
| lib | folder | IoTDB executable library file directory |
| licenses | folder | Open source community certificate file directory |
| logs | folder | The default log file directory, which includes log files for ConfigNode and DataNode (this directory will only be generated after starting the program) |
| sbin | folder | Main script directory, including start, stop, and other scripts |
| tools | folder | Directory of System Peripheral Tools |
| ext | folder | Related files for pipe, trigger, and UDF plugins (created by the user when needed) |
| LICENSE | file | certificate |
| NOTICE | file | Tip |
| README_ZH\.md | file | Explanation of the Chinese version in Markdown format |
| README\.md | file | Instructions for use |
| RELEASE_NOTES\.md | file | Version Description |