Download

    To use IoTDB, you need to have:

    1. Java >= 1.8 (Please make sure the environment path has been set)
    2. Set the max open files num as 65535 to avoid “too many open files” problem.

    You can get the released source code from , or from the git repository https://github.com/apache/incubator-iotdb/tree/master You can download the source code from:

    Under the root path of incubator-iotdb:

    NOTE: Directories “service-rpc/target/generated-sources/thrift” and “server/target/generated-sources/antlr4” need to be added to sources roots to avoid compilation errors in IDE.

    If you would like to build the IoTDB server, you can run the following command under the root path of incubator-iotdb:

    You can build and run a IoTDB docker image by following the guide of