Problemunvalidated
For smaller streams I would utilize the `groupBy` function, but since the flux hold many entries this isn't efficient. — I'm need to merge large data streams available over flux which each contain a timestamp and a value. Tension: I would like to exploit the fact that the entries in the flux are ordered but I can't find the right construct. Outcome: what I want to do.
5ec78bf2-fb7f-4b21-91d2-192b7158eaff
For smaller streams I would utilize the groupBy function, but since the flux hold many entries this isn't efficient. — I'm need to merge large data streams available over flux which each contain a timestamp and a value. Tension: I would like to exploit the fact that the entries in the flux are ordered but I can't find the right construct. Outcome: what I want to do.