Examples
The following examples can be found on this page:
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.
File | Link | Security Key |
---|---|---|
Data Stream | Window Example.xuc | C0mp|ex123 |
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.
.png?alt=media&token=4bed57b7-dae3-45e6-a6f8-e0a29b9c91eb)
File | Link | Security Key |
---|---|---|
Data Stream | Window (Partition).xuc | C0mp|ex123 |
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.
.png?alt=media&token=6603a886-5765-4f4e-a0e1-4844556997c8)
File | Link | Security Key |
---|---|---|
Data Stream | Window (Distinct).xuc | C0mp|ex123 |
Last modified 1yr ago