Derived series allow users to save and replicate calculations and transformations applied to time series in the Ontology. By saving this data as Palantir resources, derived series can be shared and saved back to the Ontology as time series properties. Once in the Ontology, derived series behave like any other time series property but are calculated on the fly, eliminating the need to manage or store derived data or duplicate those calculations across the platform.
Explore, create, and manage derived series from the Derived series tab of the Time Series Catalog.
Derived series can either be templated or single.
Templated derived series are templated against a root object type and, therefore, must operate on a single root object. Templated derived series are powerful in that they allow you to quickly replicate logic across all objects of a given type. For example, if many hypothetical Machine
objects have a temperature sensor, templated derived series would enable you to quickly create a rolling average temperature sensor on Machines
.
Single derived series are not meant to be templated and can operate on many objects. Single derived series allow you to create logic that is not constrained to all inputs coming from one object.
The sections below explain the requirements you must follow while creating derived series.
A time series Ontology is a prerequisite for creating derived series. Derived series are created against and stored on time series object types, either time series properties on root object types or sensor objects. Review the time series Ontology documentation for more information.
Derived series logic management is powered by Quiver. Most Quiver time series operations are supported in derived series; review the full list of supported operations for derived series logic.
Templated derived series logic must contain a single root object. Time series properties on the root object and sensor objects linked to the root object can be used in the logic. Learn more about time series object types for clarity between root and sensor object types.
Time series properties and linked sensor objects can be accessed from a root object using the Time series property card.
In this example, both the Temperature
time series property on Machine 1
and the Inlet
and Outlet pressure
sensors linked to Machine 1
are accessible.
Single derived series logic can contain any number of sensor or root objects as long as they all live in the same Ontology.
To save a derived series, object type edit permissions are required on the bound object type.
Derived series bound to sensor object types can be automatically saved to the Ontology using Action types. Derived series automatic saving arranges Ontology Action edits to manage associated sensor objects based on what is requested to be in the Ontology. Derived series can also be manually saved to the Ontology.
String
.If any of the following requirements are not met, you will not be able to select the Action type for automatic Ontology writes:
You must create three separate Action types: create, modify, and delete. The rules for these Action type are listed below.
Create object
Action typeRule: Each property type uses a parameter of the same type and edits all properties of the object type. If you are using Ontology Manager to configure an Action type, you must manually create a string parameter for your primary key from the Form tab to the left.
Modify object
Action typeRule: Similar to the Create object
Action type, the Modify object
Action type should use parameters that are the same type as the associated property types and should edit all properties besides the primary key.
Delete object
Action typeRule: Configure the Delete object
Action type to delete a sensor object type. No further property or parameter configuration is required.
Learn more about creating derived series in the next section.
To use automatic Ontology saving, you must satisfy the submission criteria for the Action types.
Additionally, you must be able to view the objects of both the root object type and the sensor object type. Use caution when using automatic saving on object types backed by restricted views as the Ontology status of a derived series is calculated against the objects that a user can view. For templated derived series, a user should have access to the entirety of the root object scope as well as its associated sensor objects. Similarly, a single derived series should only be updated by a user that can view the associated single sensor object.