Adding a Conflate Operator
The conflate operation is used to lower the frequency of updates. The conflate will retain the last records seen on the input and push them to the output stream on a fixed interval. For example, if the input is producing a high frequency data throughput, instead of processing all of these updates, a configured conflate will only push through a small set of records on a fixed interval.
- On the Application page, click
and select Conflate
in the Add Operator pane.
The Conflate node
icon displays in the Graph pane, as well as the properties to be defined in the Operator Settings pane, and the preview of the data in the Schema pane.
This operator has left (inbound) and right (outbound) edges that allow connection to other operators in the application.
- In the Operator Settings pane, define or select the following required properties:
Property Description Node ID
The ID of the conflate operator.
Inputs
Automatically connects to the currently-selected operator.
You can select another ID of the operator that will be the source of the data in the Inputs drop-down list.
The preview of the data (INPUT and OUTPUT) are displayed in the Schema pane.
Interval
The interval of which the data should be published to the output stream (in milliseconds).
Timestamp
The timestamp.
Keep Records
Select to retain or not remove flushed elements. This means the entire set of records will be flushed at each interval.
NOTE: Node ID, Inputs, and Interval are required properties.
- Save the changes.
Example
(c) 2013-2024 Altair Engineering Inc. All Rights Reserved.