tsp
tsp copied to clipboard
Complex event processing engine for time series data
Small documentation update.
Fix for AndThenPattern to make it correctly work with TimerPattern in both scenarios: 1. Timer is in first part (ex.: (a>0 for 10 sec) andThen b > 0 ) 2....
According to profiler tsp spends a lot of time in iterating over PQueue to split it into two parts by some predicate. Probably, this can be improved significantly.
Split down the repo into smaller parts. We at least need to move integration tests out of main repo.
Currently we have some stability issues with tsp + flink. Let's collect all information here.
Remove outdated, fix broken ones, add some new one ( this is not a main goal of this ticket, so add tests only if you think that's absolutely necessary). The...