Sensor object types use case(传感器对象类型(Sensor Object Types)用例)¶
Sensor object types are a more advanced configuration of time series data where the sensor object holds the sensor data for its linked parent (also referred to as a root object). Review the time series documentation to decide if a time series property set up or sensor object type configuration is right for your use case.
This documentation will walk through the various steps to write a pipeline in Pipeline Builder, set up sensor object types in Ontology Manager, and create a Quiver dashboard and Workshop module using an example aviation ontology and the power of time series in Foundry.
The aviation ontology is made up of example Flight, Carrier, Route, Airport, and Flight Sensor object types. A Flight is linked to Aircraft, Flight Sensor, Route, Airport, and Carrier objects through the flight_id foreign key on those objects.

The aviation ontology comes from a reference ontology of notional data, and it may not be available for your enrollment. Regardless of the availability for your enrollment, these examples built using this reference ontology will serve as a reference as you create your own pipelines, object types, and Workshop modules using sensor object types.
The Workshop module that you will produce using the guide will allow you to view and interact with flight sensor time series data for a selected flight.

The following guides will lead you through the steps to create and support this Workshop module:
- Create sensor object type data in Pipeline Builder
- Create sensor object types with Ontology Manager
- Use sensor object type time series data in Workshop and Quiver
中文翻译¶
传感器对象类型(Sensor Object Types)用例¶
传感器对象类型是一种更高级的时间序列数据配置方式,其中传感器对象保存其关联父对象(也称为根对象)的传感器数据。请查阅时间序列文档,以确定时间序列属性设置或传感器对象类型配置哪种更适合您的用例。
本文档将逐步介绍如何在 Pipeline Builder 中编写管道、在 Ontology Manager 中设置传感器对象类型,以及使用示例航空本体论(Ontology)和 Foundry 中的时间序列功能创建 Quiver 仪表盘和 Workshop 模块。
该航空本体论由示例性的 Flight、Carrier、Route、Airport 和 Flight Sensor 对象类型组成。Flight 通过这些对象上的 flight_id 外键与 Aircraft、Flight Sensor、Route、Airport 和 Carrier 对象关联。

该航空本体论源自一个概念性数据的参考本体论,您的环境中可能无法直接使用。无论您的环境中是否可用,这些基于参考本体论构建的示例都将作为您使用传感器对象类型创建自己的管道、对象类型和 Workshop 模块时的参考。
通过本指南创建的 Workshop 模块,您将能够查看所选航班的飞行传感器时间序列数据并进行交互。

以下指南将引导您完成创建和支持此 Workshop 模块的各个步骤: