Examples

The following examples can be found on this page:

Standard Example

An example Data Stream that demonstrates how to use this Transformation to group streaming events into batches of 5 seconds can be found below. The partition and distinct options are explored in separate examples.

Refer to configuration to understand all configuration options of this Agent.

Files

See the Import, Export, and Clone - XMPro article for steps to import a Data Stream.

Partition Example

An example Data Stream that demonstrates how to use this Transformation to group streaming events within the specified time window into a batch per asset identifier can be found below.

Refer to configuration to understand all configuration options of this Agent.

Files

See the Import, Export, and Clone - XMPro article for steps to import a Data Stream.

Distinct Example

An example Data Stream that demonstrates how to use this Transformation to group streaming events within the specified time window into a single batch can be found below. The distinct properties are used to ignore duplicates based on the asset identifier.

Refer to configuration to understand all configuration options of this Agent.

Files

See the Import, Export, and Clone - XMPro article for steps to import a Data Stream.

Last updated