检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Application IoTDB Development IoTDB JDBC Sample Program IoTDB Session Sample Program IoTDB Flink Sample Program IoTDB Kafka Sample Program IoTDB UDF Sample Program Parent topic: IoTDB Development Guide (Security Mode)
IoTDB Development Process This section describes how to use Java APIs to develop IoTDB applications. Figure 1 and Table 1 describe the stages in the development process. Figure 1 IoTDB application development process Table 1 Description of the IoTDB application development process
IoTDB Basic Principles Database for Internet of Things (IoTDB) is a software system that collects, stores, manages, and analyzes IoT time series data. Apache IoTDB uses a lightweight architecture and features high performance and rich functions. IoTDB sorts time series and stores
IoTDA Custom Policies Custom policies can be created to supplement the system-defined policies of IoTDA. For the actions that can be added to custom policies, see List of Supported Actions. You can create custom policies in either of the following ways: Visual editor: Select cloud
Create an IoTDA Instance Function This API is used to create an IoTDA instance. For details about the supported instance specifications, see Specifications. [Constraints: Ensure that your account balance is sufficient. This API cannot pay with coupons. When you create a yearly/monthly
Using an IoTDA Trigger This section describes how to create an IoTDA trigger for a function and configure an IoTDA event to trigger a function. For details about the IoTDA event source, see Supported Event Sources. IoTDA triggers are available only in CN North-Beijing4, CN-Hong Kong
Planning IoTDB Capacity IoTDB has the multi-replica mechanism. By default, both schema regions and data regions have three replicas. The ConfigNode stores the mapping between regions and the IoTDBServer. The IoTDBServer stores region data and uses the file system of the OS to manage
IoTDB UDF Overview IoTDB provides multiple built-in functions and user-defined functions (UDFs) to meet users' computing requirements. UDF Types Table 1 lists the UDF types supported by IoTDB. Table 1 UDF types Type Description User-defined timeseries generating function (UDTF) This
Using the IoTDB Client Scenario This section describes how to use the IoTDB client in the O&M or service scenario. Prerequisites The client has been installed. For example, the installation directory is /opt/client. The client directory in the following operations is only an example
Getting Started with IoTDB IoTDB is a data management engine that integrates collection, storage, and analysis of time series data. It features lightweight, high performance, and ease of use. It can connect to Hadoop and Spark ecosystems and meets the requirements of high-speed write
IoTDB Log Overview Log Description Log paths: The default paths of IoTDB logs are /var/log/Bigdata/iotdb/iotdbserver (for storing run logs) and /var/log/Bigdata/audit/iotdb/iotdbserver (for storing audit logs). Log archive rule: The automatic compression and archiving function of
IoTDB Performance Tuning Scenario You can increase IoTDB memory to improve IoTDB performance because read and write operations are performed in HBase memory. Configuration Log in to Manager, choose Cluster > Services > IoTDB, and click the Configurations tab and then All Configurations
IoTDB O&M Management IoTDB Common Configuration Parameters IoTDB Log Overview Planning IoTDB Capacity Manually Importing IoTDB Data Manually Exporting IoTDB Data Parent topic: Using IoTDB
Restoring IoTDB Metadata Scenario To ensure IoTDB metadata security and prevent the IoTDB service from being unavailable due to IoTDB file damage, IoTDB metadata needs to be backed up. In this way, the system can restore data timely when an exception is reported or an operation does
IoTDB Application Development Overview Introduction to IoTDB IoTDB is a data management engine that integrates collection, storage, and analysis of time series data. It features lightweight, high performance, and ease of use. It perfectly interconnects with the Hadoop and Spark ecosystems
IoTDB UDF Sample Program Description This section describes how to implement a simple IoTDB user-defined function (UDF). For details, see section UDF Sample Code and Operations. Sample Code The following is an example code snippet: package com.huawei.bigdata.iotdb; import org.apache.iotdb.udf.api.UDTF
IoTDB Application Development Overview Introduction to IoTDB IoTDB is a data management engine that integrates collection, storage, and analysis of time series data. It features lightweight, high performance, and ease of use. It perfectly interconnects with the Hadoop and Spark ecosystems
IoTDB UDF Sample Program Description This section describes how to implement a simple IoTDB user-defined function (UDF). For details, see section UDF Sample Code and Operations. Sample Code The following is an example code snippet: package com.huawei.bigdata.iotdb; import org.apache.iotdb.udf.api.UDTF
IoTDB Session Sample Program Description Run the IoTDB SQL statement in Session connection mode. Sample Code The following code snippet is used as an example. For complete code, see com.huawei.bigdata.SessionExample. Change HOST_1, HOST_2, and HOST_3 to the service IP addresses of
IoTDB Kafka Sample Program Description This section describes how to use Kafka to send data to IoTDB. Sample Code Producer.java: This example shows how to send time series data to a Kafka cluster. Change the value of the public final static String TOPIC variable in the KafkaProperties.java