Hi Pedro, The DataStream CEP library is not available in Python but you can use `MATCH_RECOGNIZE` in the table API which is implemented on-top of the CEP library from Python.
https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/dev/table/sql/queries/match_recognize/ Seth On Fri, Sep 10, 2021 at 11:34 AM Pedro Silva <pedro.cl...@gmail.com> wrote: > Hello, > > Is Flink's CEP library > <https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/libs/cep/> > available > in python? From the documentation I see no references so I'm guessing the > answer is no but wanted some confirmation from the community or developers. > > Are there plans to support this library in python or alternatively, > another library altogether that can be used in python? > > Thank you and have a nice weekend, > Pedro Silva >