tsp icon indicating copy to clipboard operation
tsp copied to clipboard

Complex event processing engine for time series data

Results 20 tsp issues
Sort by recently updated
recently updated
newest added

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.

feature
Optimization
improvement

feature
Experimental

A lot of them now in the code. Let's get rid of them!

improvement

Split down the repo into smaller parts. We at least need to move integration tests out of main repo.

improvement
ci/cd

Currently we have some stability issues with tsp + flink. Let's collect all information here.

bug
improvement

Umbrella-ticket for smaller improvements.

Documentation

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...

improvement
ci/cd