Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

## Project Overview

Apache IoTDB is a time series database for IoT data. It uses a distributed architecture with ConfigNodes (metadata/coordination) and DataNodes (storage/query). Data is stored in TsFile columnar format (separate repo: https://github.com/apache/tsfile). Current version is 2.0.7-SNAPSHOT.
Apache IoTDB is a time series database for IoT data. It uses a distributed architecture with ConfigNodes (metadata/coordination) and DataNodes (storage/query). Data is stored in TsFile columnar format (separate repo: https://github.com/apache/tsfile). Current version is 2.0.11-SNAPSHOT.

## Build Commands

Expand Down
2 changes: 1 addition & 1 deletion code-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-code-coverage</artifactId>
<packaging>pom</packaging>
Expand Down
16 changes: 8 additions & 8 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-distribution</artifactId>
<packaging>pom</packaging>
Expand All @@ -36,36 +36,36 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-server</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-cli</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-confignode</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>library-udf</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>mqtt</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>rest</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -251,7 +251,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-ainode</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion docker/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ docker run -d \
-e AIN_CLUSTER_INGRESS_PORT=6667 \
-e AIN_CLUSTER_INGRESS_USERNAME=root \
-e AIN_CLUSTER_INGRESS_PASSWORD=root \
apache/iotdb:2.0.7-SNAPSHOT-ainode
apache/iotdb:2.0.11-SNAPSHOT-ainode
```

## Quick start
Expand Down
2 changes: 1 addition & 1 deletion example/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>jdbc-example</artifactId>
<name>IoTDB: Example: JDBC</name>
Expand Down
2 changes: 1 addition & 1 deletion example/mqtt-customize/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>customize-mqtt-example</artifactId>
<name>IoTDB: Example: Customized MQTT</name>
Expand Down
2 changes: 1 addition & 1 deletion example/mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>mqtt-example</artifactId>
<name>IoTDB: Example: MQTT</name>
Expand Down
2 changes: 1 addition & 1 deletion example/pipe-count-point-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>pipe-count-point-processor-example</artifactId>
<name>IoTDB: Example: Pipe: Count Point Processor</name>
Expand Down
2 changes: 1 addition & 1 deletion example/pipe-opc-ua-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pipe-opc-ua-sink-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>iotdb-examples</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion example/rest-java-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>rest-java-example</artifactId>
<name>IoTDB: Example: Java Rest</name>
Expand Down
2 changes: 1 addition & 1 deletion example/schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>iotdb-examples</artifactId>
<groupId>org.apache.iotdb</groupId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>schema-example</artifactId>
<name>IoTDB: Example: Schema</name>
Expand Down
2 changes: 1 addition & 1 deletion example/session/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>client-example</artifactId>
<name>IoTDB: Example: Session Client</name>
Expand Down
2 changes: 1 addition & 1 deletion example/subscription/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>subscription-example</artifactId>
<name>IoTDB: Example: Subscription Client</name>
Expand Down
2 changes: 1 addition & 1 deletion example/trigger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>trigger-example</artifactId>
<name>IoTDB: Example: Trigger</name>
Expand Down
2 changes: 1 addition & 1 deletion example/udf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-examples</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>udf-example</artifactId>
<name>IoTDB: Example: UDF</name>
Expand Down
12 changes: 6 additions & 6 deletions external-service-impl/mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>external-service-impl</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>mqtt</artifactId>
<name>IoTDB: External-Service-Impl: MQTT</name>
Expand Down Expand Up @@ -81,7 +81,7 @@
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-server</artifactId>
<scope>provided</scope>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -96,7 +96,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -119,13 +119,13 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>node-commons</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -136,7 +136,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions external-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-parent</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>external-service-impl</artifactId>
<name>IoTDB: External-Service-Impl</name>
Expand All @@ -44,7 +44,7 @@
<groupId>org.apache.iotdb</groupId>
<artifactId>external-service-api</artifactId>
<scope>provided</scope>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion external-service-impl/rest-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>external-service-impl</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>rest-openapi</artifactId>
<name>IoTDB: External-Service-Impl: Rest-OpenAPI</name>
Expand Down
18 changes: 9 additions & 9 deletions external-service-impl/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>external-service-impl</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
</parent>
<artifactId>rest</artifactId>
<name>IoTDB: External-Service-Impl: Rest</name>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>rest-openapi</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<exclusions>
<!--
Keep jakarta.xml.bind-api 3.x for the Swagger/OpenAPI runtime. The
Expand Down Expand Up @@ -101,25 +101,25 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>node-commons</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-server</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>calc-commons</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -135,7 +135,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>service-rpc</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -145,7 +145,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -163,7 +163,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.11-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Loading
Loading