You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Kamil ty <ka...@gmail.com> on 2021/09/07 08:44:20 UTC

Flink CEP in PyFlink

Hello all,

I would like to use Flink CEP for my development requirements. Is Flink CEP
supported in PyFlink? If not, are there any available workarounds?

Kind regards
Kamil

Re: Flink CEP in PyFlink

Posted by Dian Fu <di...@gmail.com>.
Hi Kamil,

It still doesn’t support CEP in PyFlink. However, as it supports SQL in PyFlink and so you could take a look at if CEP on SQL [1] could meet your requirements. If so, you could use CEP on SQL in PyFlink.

[1] https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/table/sql/queries/match_recognize/

> 2021年9月7日 下午4:44,Kamil ty <ka...@gmail.com> 写道:
> 
> Hello all,
> 
> I would like to use Flink CEP for my development requirements. Is Flink CEP supported in PyFlink? If not, are there any available workarounds?
> 
> Kind regards
> Kamil