State-machine-based search logic in Flink ?

2018-04-17 Thread Esa Heikkinen
Hi I am not sure I have understand all, but it is possible to build some kind of state-machine-based search logic for example on top of the individual searches in Table API (using CsvTableSource) ? Best, Esa

Re: State-machine-based search logic in Flink ?

2018-04-17 Thread Fabian Hueske
Hi Esa, What do you mean by "individual searches in the Table API"? There is some work (a pending PR [1]) to integrate the MATCH_RECOGNIZE clause (SQL 2016) [2] into Flink's SQL which basically adds a SQL syntax for the CEP library. Best, Fabian [1] https://github.com/apache/flink/pull/4502 [2]

RE: State-machine-based search logic in Flink ?

2018-04-18 Thread Esa Heikkinen
, April 17, 2018 1:41 PM To: Esa Heikkinen Cc: user@flink.apache.org Subject: Re: State-machine-based search logic in Flink ? Hi Esa, What do you mean by "individual searches in the Table API"? There is some work (a pending PR [1]) to integrate the MATCH_RECOGNIZE clause (SQL 2016) [2] in

Re: State-machine-based search logic in Flink ?

2018-04-18 Thread Fabian Hueske
t; > Best, Esa > > > > *From:* Fabian Hueske > *Sent:* Tuesday, April 17, 2018 1:41 PM > *To:* Esa Heikkinen > *Cc:* user@flink.apache.org > *Subject:* Re: State-machine-based search logic in Flink ? > > > > Hi Esa, > > What do you mean by "individua