Time series syncs hold time-value pairs associated with any number of time series (keyed by seriesIds
), enabling performant indexing on each series and associated time-value pairs. Time series syncs are backed by datasets or streams and are the backing data sources for time series properties.
When Foundry resolves a time series property on a given object time series property, the seriesId
contained in the property’s value will be searched for within that property’s data sources and its associated time series data will be returned.
Time series syncs require the following columns:
string
).timestamp
or long
).
double
, integer
, float
or string
).timestamp
).If a time series property is backed by more than one time series sync, the seriesIds
in the property values must be fully contained within a single time series sync.
The size of the transforms profile required for the projection built when creating a time series sync scales with the size of the input dataset. For datasets larger than 10 TB, we recommend splitting your dataset up into multiple datasets, partitioned by series identifier, then creating syncs off of these smaller datasets.
We recommend using Pipeline Builder to create time series syncs. Review our documentation section for guidance on adding data, creating transforms, and setting sync targets. Alternatively, you can set them up manually.
Alternatively, navigate to the Pipeline Builder application and create a new pipeline.
Import your time series data and apply the necessary transforms to fit the shape of a time series sync.
Once your data has been transformed to the correct shape, create a time series sync target.
Pipeline Builder currently does not support mapping a long
typed column to the time series sync's timestamp column.
Repeat these steps for any additional time series properties you wish to add. If your sync contains all of your series IDs, then you can select the same sync for the new time series properties instead of creating a new one.
Be sure to select Save in Ontology Manager to save your changes. If you created a new object type and this is your first time saving a change, you will need to wait until initial indexing is complete before you can analyze TSPs. Check the index status by navigating to the Datasources tab for the object type in Ontology Manager.
Review how to use time series to learn more about how you can analyze your newly configured time series data.
The time series catalog application is used for advanced time series sync configuration. The application can be reached by opening a time series sync resource or by manually navigating to https://<domain>/workspace/time-series-catalog-app
.
Advanced time series configuration includes the following capabilities:
seriesIds
in a specified time series sync that are present in the current time series sync. This is an advanced functionality reserved for legacy time series setup.The example below shows a time series sync backed by a dataset:
If the time series sync was created in Pipeline Builder, all of the fields that Pipeline Builder can configure will override any configuration set within the time series catalog application. For example, if changes were made to column mappings in the time series catalog application, but the time series sync was created in Pipeline Builder, the changes will be overridden the next time the creating pipeline is run.