Category "complex-event-processing"

How to remove events from stream between two other events in Nesper?

I try to remove Events between two distinct events. I've found a way to declare a dynamic context, which meets the situation in which I want to remove the event

Apache Flink + CEP - Detect same events

I'd like to detect events that share the same property. Suppose I have a simple case class: case class Record(name: String, value: Int) Suppose there is the