RE: CEP for time series in csv-file

2018-02-13 Thread Esa Heikkinen
, February 10, 2018 1:07 PM To: Esa Heikkinen Cc: Timo Walther ; user@flink.apache.org Subject: Re: CEP for time series in csv-file Hi, I'm not aware of any example project that ticks all your requirements. As you said, too many combinations... Flink uses Maven. So, most examples provid

Re: CEP for time series in csv-file

2018-02-10 Thread Fabian Hueske
From:* Timo Walther [mailto:twal...@apache.org] > *Sent:* Thursday, February 8, 2018 7:23 PM > *To:* user@flink.apache.org > *Subject:* Re: CEP for time series in csv-file > > > > You can also take a look at the Flink training from data Artisans and the > code examples there. They a

RE: CEP for time series in csv-file

2018-02-09 Thread Esa Heikkinen
most of examples use maven, but I haven’t got maven to work properly (yet) .. Best Regards Esa From: Timo Walther [mailto:twal...@apache.org] Sent: Thursday, February 8, 2018 7:23 PM To: user@flink.apache.org Subject: Re: CEP for time series in csv-file You can also take a look at the Flink

Re: CEP for time series in csv-file

2018-02-08 Thread Timo Walther
You can also take a look at the Flink training from data Artisans and the code examples there. They also use CEP and basically read also from a file: http://training.data-artisans.com/exercises/CEP.html Regards, Timo Am 2/8/18 um 6:09 PM schrieb Kostas Kloudas: Hi Esa, I think the best pla

Re: CEP for time series in csv-file

2018-02-08 Thread Kostas Kloudas
Hi Esa, I think the best place to start is the documentation available at the flink website. Some pointers are the following: CEP documentation: https://ci.apache.org/projects/flink/flink-docs-release-1.4/dev/libs/cep.html

CEP for time series in csv-file

2018-02-08 Thread Esa Heikkinen
Hi I have cvs-file(s) that contain an event in every row and first column is time stamp of event. Rest of columns are data and "attributes" of event. I'd want to write simple Scala code that: 1) reads data of csv-file 2) converts data of csv-file compatible for CEP 3) sets pattern for CEP 4) Ru