The implementation of Flink CEP was largely based on Efficient Pattern Matching over Event Streams by Jagrati Agrawal, Yanlei Diao, Daniel Gyllstrom, and Neil Immerman from UMass Amherst [1].
[1] https://people.cs.umass.edu/~yanlei/publications/sase-sigmod08.pdf Cheers, David On Tue, Oct 31, 2023 at 10:04 AM Vishwas Kalani <kalanivishwa...@gmail.com> wrote: > Hey, > I am a computer science student working on a project related to flink cep. > I want to understand the theoretical foundations of flink cep. Could I get > some pointers to the computational models used by Flink CEP and how do > various elements of flink CEP function. > Thanking you in advance >