Skip to main content

Data Model

Less than 1 minute

Data Model

Basic Concepts

To manage industrial IoT timing data, the measurement point data model of TsFile includes the following information

  • DeviceId(String):Device Name
  • MeasurementSchema:Measurement points
    • measurementId(String):Measurement Point Name
    • tsDataType(TSDataType):Data Type

For the above detailed introduction, please refer to:Entering Time Series Dataopen in new window

Example

In the above example, the metadata (Scheme) of TsFile contains 2 devices and 5 time series, and is established as a table structure as shown in the following figure:

Device IDMeasurement points
Solar panel 1Voltage(FLOAT)
Current(FLOAT)
Fan1
Voltage(FLOAT)
Current(FLOAT)
Wind Speed(FLOAT)

Copyright © 2024 The Apache Software Foundation.
Apache and the Apache feather logo are trademarks of The Apache Software Foundation

Have a question? Connect with us on issues.