Skip to content

Commit

Permalink
[doc] update iotdb doc (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceilzcx authored Mar 13, 2023
1 parent 23a4bc8 commit bc8d849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions home/docs/start/iotdb-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Use IoTDB Store Metrics

HertzBeat's historical data storage relies on the time series database IoTDB or TDengine, you can choose one of them to install and initialize, or not to install (note ⚠️ but it is strongly recommended to configure in the production environment)

Apache IoTDB is a software system that integrates the collection, storage, management and analysis of time series data of the Internet of Things. We use it to store and analyze the historical data of monitoring indicators collected. Support V0.13+ version.
Apache IoTDB is a software system that integrates the collection, storage, management and analysis of time series data of the Internet of Things. We use it to store and analyze the historical data of monitoring indicators collected. Support V0.13+ version and V1.0.+ version.

**Note⚠️ Time series database is optional, but production environment configuration is strongly recommended to provide more complete historical chart functions and high performance**

Expand Down Expand Up @@ -53,9 +53,8 @@ warehouse:
rpc-port: 6667
username: root
password: root
# V_O_12 || V_0_13
# com.usthe.warehouse.config.IotDbVersion: V_0_13 || V_1_00
version: V_0_13
# if iotdb version >= 0.13 use default queryTimeoutInMs = -1; else use default queryTimeoutInMs = 0
query-timeout-in-ms: -1
# default '7776000000'(90days,unit:ms,-1:no-expire)
expire-time: '7776000000'
Expand Down
2 changes: 1 addition & 1 deletion manager/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ warehouse:
rpc-port: 6667
username: root
password: root
# org.apache.iotdb.session.util.Version: V_0_13 || V_1_00
# com.usthe.warehouse.config.IotDbVersion: V_0_13 || V_1_00
version: V_0_13
query-timeout-in-ms: -1
# 数据存储时间:默认'7776000000'(90天,单位为毫秒,-1代表永不过期)
Expand Down

0 comments on commit bc8d849

Please sign in to comment.