Skip to content
Java Scala Shell Batchfile Roff ANTLR Other
Branch: master
Clone or download
Latest commit 3ded47f Feb 21, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Update issue templates (#462) Nov 23, 2018
.mvn/wrapper cherry pick from rel/0.9 Nov 20, 2019
client-py [IOTDB-333] Storage group divide by time range (#664) Jan 14, 2020
client [IOTDB-467] The CLI displays query results in a batch manner (#806) Feb 15, 2020
distribution update version (#618) Dec 3, 2019
docker/src/main update version (#618) Dec 3, 2019
docs Add more log of compression ratio (#801) Feb 15, 2020
example [IOTDB-503] Add checkTimeseriesExists for session Feb 20, 2020
grafana Set whether to ignore time in JDBC. (#714) Jan 8, 2020
hadoop [IOTDB-493] Remove author tags from source code Feb 17, 2020
hive-connector [IOTDB-493] Remove author tags from source code Feb 17, 2020
jdbc [IOTDB-489] Variable url pattern should be defined as a constant Feb 15, 2020
licenses cherry pick from rel/0.9 Nov 15, 2019
server add TsFileFilter (#828) Feb 21, 2020
service-rpc [IOTDB-396] New query clause: disable align (#738) Jan 15, 2020
session [IOTDB-503] Add checkTimeseriesExists for session Feb 20, 2020
spark-iotdb-connector divide queryId generation into data query and non-data query (#666) Dec 19, 2019
spark-tsfile update version (#618) Dec 3, 2019
tools fix release tools Oct 22, 2019
tsfile [IOTDB-447] query not exist measurement and constant measurement (#772) Feb 8, 2020
.asf.yaml self-serve modification of git topics (#792) Feb 11, 2020
.checkstyle add apache-rat for .checkstyle file Oct 14, 2019
.gitignore add TsFileFilter (#828) Feb 21, 2020
.travis.yml Add design documents (#757) Feb 3, 2020
DISCLAIMER Split the LICENSE and NOTICE as source-release version and binary-rel… Jul 26, 2019
Jenkinsfile enable Sonarcloud (#645) Dec 23, 2019
LICENSE cherry pick from rel/0.9 Nov 20, 2019
LICENSE-binary cherry pick from rel/0.9 Nov 15, 2019
NOTICE Update master docs after releasing 0.9.1 (#732) Jan 13, 2020
NOTICE-binary Update master docs after releasing 0.9.1 (#732) Jan 13, 2020
README.md [IOTDB-484] Added maven status badge (#807) Feb 15, 2020
RELEASE_NOTES.md Update master docs after releasing 0.9.1 (#732) Jan 13, 2020
asf.header 1. modify asf header for each file; 2. enable apache-rat-plugin; 3. a… Jan 19, 2019
checkstyle.xml fix sonar of postback module Jan 25, 2019
codecov.yml Split the LICENSE and NOTICE as source-release version and binary-rel… Jul 26, 2019
java-google-style.xml 1. modify asf header for each file; 2. enable apache-rat-plugin; 3. a… Jan 19, 2019
jenkins.pom 1. modify asf header for each file; 2. enable apache-rat-plugin; 3. a… Jan 19, 2019
mvnw.cmd 1. modify asf header for each file; 2. enable apache-rat-plugin; 3. a… Jan 19, 2019
mvnw.sh Minor modification of README.md (#127) Apr 3, 2019
pom.xml change maven-download-plugin to 1.3.0 (#794) Feb 12, 2020

README.md

IoTDB

Build Status codecov GitHub release License IoTDB Website Maven Version

Overview

IoTDB (Internet of Things Database) is a data management system for time series data, which can provide users specific services, such as, data collection, storage and analysis. Due to its light weight structure, high performance and usable features together with its seamless integration with the Hadoop and Spark ecology, IoTDB meets the requirements of massive dataset storage, high throughput data input and complex data analysis in the industrial IoTDB field.

Main Features

Main features of IoTDB are as follows:

  1. Flexible deployment strategy. IoTDB provides users a one-click installation tool on either the cloud platform or the terminal devices, and a data synchronization tool bridging the data on cloud platform and terminals.
  2. Low cost on hardware. IoTDB can reach a high compression ratio of disk storage.
  3. Efficient directory structure. IoTDB supports efficient organization for complex time series data structure from intelligent networking devices, organization for time series data from devices of the same type, fuzzy searching strategy for massive and complex directory of time series data.
  4. High-throughput read and write. IoTDB supports millions of low-power devices' strong connection data access, high-speed data read and write for intelligent networking devices and mixed devices mentioned above.
  5. Rich query semantics. IoTDB supports time alignment for time series data across devices and sensors, computation in time series field (frequency domain transformation) and rich aggregation function support in time dimension.
  6. Easy to get started. IoTDB supports SQL-Like language, JDBC standard API and import/export tools which is easy to use.
  7. Seamless integration with state-of-the-practice Open Source Ecosystem. IoTDB supports analysis ecosystems such as, Hadoop, Spark, and visualization tool, such as, Grafana.

For the latest information about IoTDB, please visit IoTDB official website. If you encounter any problems or identify any bugs while using IoTDB, please report an issue in jira.

Outline

  • Quick Start
  • Prerequisites
  • Installation
    • Build from source
      • Configurations
  • Start
    • Start IoTDB
    • Use IoTDB
      • Use Cli
      • Basic commands for IoTDB
    • Stop IoTDB
  • Only build server
  • Only build client
  • Usage of import-csv.sh
    • Create metadata
    • An Example of import csv file
    • Run import shell
    • Error data file
  • Usage of export-csv.sh
    • Run export shell
    • Input query

Quick Start

This short guide will walk you through the basic process of using IoTDB. For a more detailed introduction, please visit our website's User Guide.

Prerequisites

To use IoTDB, you need to have:

  1. Java >= 1.8 (1.8, 11, and 13 are verified. Please make sure the environment path has been set accordingly).
  2. Maven >= 3.1 (If you want to compile and install IoTDB from source code).
  3. Set the max open files num as 65535 to avoid "too many open files" error.

Installation

IoTDB provides three installation methods, you can refer to the following suggestions, choose the one fits you best:

  • Installation from source code. If you need to modify the code yourself, you can use this method.
  • Installation from binary files. Download the binary files from the official website. This is the recommended method, in which you will get a binary released package which is out-of-the-box.(Comming Soon...)
  • Using Docker:The path to the dockerfile is https://github.com/apache/incubator-iotdb/blob/master/docker/Dockerfile

Here in the Quick Start, we give a brief introduction of using source code to install IoTDB. For further information, please refer to Chapter 4 of the User Guide.

Build from source

You can download the source code from:

git clone https://github.com/apache/incubator-iotdb.git

Under the root path of incubator-iotdb:

> mvn clean package -DskipTests

Then the binary version (including both server and client) can be found at distribution/target/apache-iotdb-{project.version}-incubating-bin.zip

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

Configurations

configuration files are under "conf" folder

  • environment config module (iotdb-env.bat, iotdb-env.sh),
  • system config module (tsfile-format.properties, iotdb-engine.properties)
  • log config module (logback.xml).

For more information, please see Chapter3: Server and Chapter4: Client in detail.

Start

You can go through the following steps to test the installation, if there is no error returned after execution, the installation is completed.

Start IoTDB

Users can start IoTDB by the start-server script under the sbin folder.

# Unix/OS X
> sbin/start-server.sh

# Windows
> sbin\start-server.bat

Use IoTDB

Use Cli

IoTDB offers different ways to interact with server, here we introduce the basic steps of using Cli tool to insert and query data.

After installing IoTDB, there is a default user 'root', its default password is also 'root'. Users can use this default user to login Cli to use IoTDB. The startup script of Cli is the start-client script in the folder sbin. When executing the script, user should assign IP, PORT, USER_NAME and PASSWORD. The default parameters are "-h 127.0.0.1 -p 6667 -u root -pw -root".

Here is the command for starting the Cli:

# Unix/OS X
> sbin/start-client.sh -h 127.0.0.1 -p 6667 -u root -pw root

# Windows
> sbin\start-client.bat -h 127.0.0.1 -p 6667 -u root -pw root

The command line client is interactive, so you should see the welcome logo and statements if everything is ready:

 _____       _________  ______   ______
|_   _|     |  _   _  ||_   _ `.|_   _ \
  | |   .--.|_/ | | \_|  | | `. \ | |_) |
  | | / .'`\ \  | |      | |  | | |  __'.
 _| |_| \__. | _| |_    _| |_.' /_| |__) |
|_____|'.__.' |_____|  |______.'|_______/  version x.x.x


IoTDB> login successfully
IoTDB>

Basic commands for IoTDB

Now, let us introduce the way of creating timeseries, inserting data and querying data.

The data in IoTDB is organized as timeseries. Each timeseries includes multiple data-time pairs, and is owned by a storage group. Before defining a timeseries, we should define a storage group using SET STORAGE GROUP first, and here is an example:

IoTDB> SET STORAGE GROUP TO root.ln

We can also use SHOW STORAGE GROUP to check the storage group being created:

IoTDB> SHOW STORAGE GROUP
+-----------------------------------+
|                      Storage Group|
+-----------------------------------+
|                            root.ln|
+-----------------------------------+
storage group number = 1

After the storage group is set, we can use CREATE TIMESERIES to create a new timeseries. When creating a timeseries, we should define its data type and the encoding scheme. Here We create two timeseries:

IoTDB> CREATE TIMESERIES root.ln.wf01.wt01.status WITH DATATYPE=BOOLEAN, ENCODING=PLAIN
IoTDB> CREATE TIMESERIES root.ln.wf01.wt01.temperature WITH DATATYPE=FLOAT, ENCODING=RLE

In order to query the specific timeseries, we can use SHOW TIMESERIES . represent the location of the timeseries. The default value is "null", which queries all the timeseries in the system(the same as using "SHOW TIMESERIES root"). Here are some examples:

  1. Querying all timeseries in the system:
IoTDB> SHOW TIMESERIES
+-------------------------------+---------------+--------+--------+
|                     Timeseries|  Storage Group|DataType|Encoding|
+-------------------------------+---------------+--------+--------+
|       root.ln.wf01.wt01.status|        root.ln| BOOLEAN|   PLAIN|
|  root.ln.wf01.wt01.temperature|        root.ln|   FLOAT|     RLE|
+-------------------------------+---------------+--------+--------+
Total timeseries number = 2
  1. Querying a specific timeseries(root.ln.wf01.wt01.status):
IoTDB> SHOW TIMESERIES root.ln.wf01.wt01.status
+------------------------------+--------------+--------+--------+
|                    Timeseries| Storage Group|DataType|Encoding|
+------------------------------+--------------+--------+--------+
|      root.ln.wf01.wt01.status|       root.ln| BOOLEAN|   PLAIN|
+------------------------------+--------------+--------+--------+
Total timeseries number = 1

Insert timeseries data is a basic operation of IoTDB, you can use ‘INSERT’ command to finish this. Before insertion, you should assign the timestamp and the suffix path name:

IoTDB> INSERT INTO root.ln.wf01.wt01(timestamp,status) values(100,true);
IoTDB> INSERT INTO root.ln.wf01.wt01(timestamp,status,temperature) values(200,false,20.71)

The data that you have just inserted will display as follows:

IoTDB> SELECT status FROM root.ln.wf01.wt01
+-----------------------+------------------------+
|                   Time|root.ln.wf01.wt01.status|
+-----------------------+------------------------+
|1970-01-01T08:00:00.100|                    true|
|1970-01-01T08:00:00.200|                   false|
+-----------------------+------------------------+
Total line number = 2

You can also query several timeseries data using one SQL statement:

IoTDB> SELECT * FROM root.ln.wf01.wt01
+-----------------------+--------------------------+-----------------------------+
|                   Time|  root.ln.wf01.wt01.status|root.ln.wf01.wt01.temperature|
+-----------------------+--------------------------+-----------------------------+
|1970-01-01T08:00:00.100|                      true|                         null|
|1970-01-01T08:00:00.200|                     false|                        20.71|
+-----------------------+--------------------------+-----------------------------+
Total line number = 2

The commands to exit the Cli are:

IoTDB> quit
or
IoTDB> exit

For more information about the commands supported by IoTDB SQL, please see Chapter 5: IoTDB SQL Documentation.

Stop IoTDB

The server can be stopped with "ctrl-C" or the following script:

# Unix/OS X
> sbin/stop-server.sh

# Windows
> sbin\stop-server.bat

Only build server

Under the root path of incubator-iotdb:

> mvn clean package -pl server -am -DskipTests

After being built, the IoTDB server is located at the folder: "server/target/iotdb-server-{project.version}".

Only build client

Under the root path of incubator-iotdb:

> mvn clean package -pl client -am -DskipTests

After being built, the IoTDB client is located at the folder "client/target/iotdb-client-{project.version}".

Usage of import-csv.sh

Create metadata

SET STORAGE GROUP TO root.fit.d1;
SET STORAGE GROUP TO root.fit.d2;
SET STORAGE GROUP TO root.fit.p;
CREATE TIMESERIES root.fit.d1.s1 WITH DATATYPE=INT32,ENCODING=RLE;
CREATE TIMESERIES root.fit.d1.s2 WITH DATATYPE=TEXT,ENCODING=PLAIN;
CREATE TIMESERIES root.fit.d2.s1 WITH DATATYPE=INT32,ENCODING=RLE;
CREATE TIMESERIES root.fit.d2.s3 WITH DATATYPE=INT32,ENCODING=RLE;
CREATE TIMESERIES root.fit.p.s1 WITH DATATYPE=INT32,ENCODING=RLE;

An example of import csv file

Time,root.fit.d1.s1,root.fit.d1.s2,root.fit.d2.s1,root.fit.d2.s3,root.fit.p.s1
1,100,'hello',200,300,400
2,500,'world',600,700,800
3,900,'IoTDB',1000,1100,1200

Run import shell

# Unix/OS X
> tools/import-csv.sh -h <ip> -p <port> -u <username> -pw <password> -f <xxx.csv>

# Windows
> tools\import-csv.bat -h <ip> -p <port> -u <username> -pw <password> -f <xxx.csv>

Error data file

csvInsertError.error

Usage of export-csv.sh

Run export shell

# Unix/OS X
> tools/export-csv.sh -h <ip> -p <port> -u <username> -pw <password> -td <directory> [-tf <time-format>]

# Windows
> tools\export-csv.bat -h <ip> -p <port> -u <username> -pw <password> -td <directory> [-tf <time-format>]

Input query

select * from root.fit.d1
You can’t perform that action at this time.