Arun Kumar M

Results 5 comments of Arun Kumar M

Hi @shreyasraghunath, 1. This behavior is right for an Aggregate. Typically aggregate has to produce values with mutually exclusive time, So a End and another Start is created when aggregate...

You can start with a simple approach like this: 1. Keep state as `Deque < (ts, val) >` (deque of tuple of ts, val) 2. Accumulate : Add the entry...

1. You need to write code to read data from azure blob, deserialize into as per your format into an StreamEvent type and use Trill query (refer to samples in...

Hi @wassim-k and @AlgorithmsAreCool, We want to keep the project active. While we do not have any major features currently planned for Trill, we will fix bugs and minor changes...

@wassim-k, thanks for reminding, I have now merged the changes.