AWS Kinesis concatenting fields on aggregation

94 Views Asked by At

When using AWS Kinesis data analytics, is it possible to concatenate a field from the input rows when aggregating events in a stagger window into a single output row? And if so how can we go about implementing this concatenation during the aggregation? I can’t seem to find examples of this use case in Kinesis so I’m not even sure if this is possible or even an anti-pattern.

For example the input rows for the aggregation looks like the following: enter image description here

And the resulting output rows should be (if the stagger window is 1 min) on aggregation concatenating on the USER field: enter image description here

Thanks!

0

There are 0 best solutions below