Re: Flink SQL as DSL for flink CEP

2021-07-10 Thread Dipanjan Mazumder
er 于2021年6月16日周三 下午12:44写道: Hi,     Can we say that Flink SQL is kind of a DSL overlay on flink CEP , i mean i need a DSL for flink CEP , so that i can decouple the CEP rules from code and pass them dynamically to be applied on different data streams. Flink CEP doen't have any DSL impleme

Re: Flink SQL as DSL for flink CEP

2021-06-16 Thread JING ZHANG
ay on flink CEP , i > mean i need a DSL for flink CEP , so that i can decouple the CEP rules from > code and pass them dynamically to be applied on different data streams. > Flink CEP doen't have any DSL implementation , so is it that Flink SQL can > be used for the same purpose , where

Re: Flink SQL as DSL for flink CEP

2021-06-16 Thread Robert Metzger
CEP , i > mean i need a DSL for flink CEP , so that i can decouple the CEP rules from > code and pass them dynamically to be applied on different data streams. > Flink CEP doen't have any DSL implementation , so is it that Flink SQL can > be used for the same purpose , where flink

Flink SQL as DSL for flink CEP

2021-06-15 Thread Dipanjan Mazumder
Hi,     Can we say that Flink SQL is kind of a DSL overlay on flink CEP , i mean i need a DSL for flink CEP , so that i can decouple the CEP rules from code and pass them dynamically to be applied on different data streams. Flink CEP doen't have any DSL implementation , so is it that Flin

Re: DSL for Flink CEP

2021-06-03 Thread Dipanjan Mazumder
Thanks a lot ... On Thursday, June 3, 2021, 12:49:58 PM GMT+5:30, Dawid Wysakowicz wrote: Hi, Just to add on top to what Fabian said. The only community supported CEP library is the one that comes with Flink[1]. It is also used internally to support the MATCH_RECOGNIZE clause in

Re: DSL for Flink CEP

2021-06-03 Thread Dawid Wysakowicz
Hi, Just to add on top to what Fabian said. The only community supported CEP library is the one that comes with Flink[1]. It is also used internally to support the MATCH_RECOGNIZE clause in Flink SQL[2]. Therefore there is a both programmatic library native DSL for defining patterns. Moreover you

Re: DSL for Flink CEP

2021-06-02 Thread Fabian Paul
Hi Dipanjan, I am afraid there are no foreseeable efforts planned but if you find a nice addition, you can start a discussion in the community about this feature. Best, Fabian > On 2. Jun 2021, at 12:10, Dipanjan Mazumder wrote: > > Hi Fabian, > > Understood but is there any plan to gro

Re: DSL for Flink CEP

2021-06-02 Thread Dipanjan Mazumder
Hi Fabian,      Understood but is there any plan to grow the flink  CEP and build a friendly DSL around flink CEP by any chance. RegardsDipanjan On Wednesday, June 2, 2021, 03:22:46 PM GMT+5:30, Fabian Paul wrote: Hi Dipanjan, Unfortunately, I have no experience with Siddhi but I am no

Re: DSL for Flink CEP

2021-06-02 Thread Fabian Paul
Hi Dipanjan, Unfortunately, I have no experience with Siddhi but I am not aware of any official joined efforts between Flink and Siddhi. I can imagine that not all Siddhi CEP expressions are compatible with Flink’s CEP. At the moment there is also no active development for Flink’s CEP. I think

DSL for Flink CEP

2021-06-01 Thread Dipanjan Mazumder
Hi ,    I am currently using Siddhi CEP with flink , but the flink-siddhi library has limited support for flnk versions and i will either need to fix the library or get tied to a fix version of Flink to use th library.  I am looking at Flink CEP as an option , and also came across a Flink CEP DSL