RE: DROOLS rule engine with flink

2020-06-24 Thread Chenna, Venkatasubbaiah
You can refer this article to implement rules with generic flink job https://flink.apache.org/news/2020/01/15/demo-fraud-detection.html From: Jaswin Shah Sent: Wednesday, June 24, 2020 4:34 PM To: Jörn Franke Cc: user@flink.apache.org Subject: Re: DROOLS rule engine with flink [EXTERNAL EMAIL

Re: DROOLS rule engine with flink

2020-06-24 Thread Jaswin Shah
Thats what I wanted to know I will I be able to achieve same only with flink if not use drool engine? From: Jörn Franke Sent: 24 June 2020 12:46 To: Jaswin Shah Cc: user@flink.apache.org Subject: Re: DROOLS rule engine with flink I would implement them

Re: DROOLS rule engine with flink

2020-06-24 Thread Jörn Franke
I would implement them directly in Flink/Flink table API. I don’t think Drools plays well in this distributed scenario. It expects a centralized rule store and evaluation . > Am 23.06.2020 um 21:03 schrieb Jaswin Shah : > >  > Hi I am thinking of using some rule engine like DROOLS with flink t

Re: DROOLS rule engine with flink

2020-06-23 Thread Jaswin Shah
Bs aren't down. From: Georg Heiler Sent: 24 June 2020 00:59 To: Jaswin Shah Cc: user@flink.apache.org Subject: Re: DROOLS rule engine with flink Why not use flink CEP? https://flink.apache.org/news/2020/03/24/demo-fraud-detection-2.html has a nice intera

Re: DROOLS rule engine with flink

2020-06-23 Thread Georg Heiler
Why not use flink CEP? https://flink.apache.org/news/2020/03/24/demo-fraud-detection-2.html has a nice interactive example Best, Georg Jaswin Shah schrieb am Di. 23. Juni 2020 um 21:03: > Hi I am thinking of using some rule engine like DROOLS with flink to solve > a problem described below: >