Re: Possible use case: Simulating iterative batch processing by rewinding source

2016-04-11 Thread Raul Kripalani
order. > > Cheers, > Christophe > > 2016-04-06 21:22 GMT+02:00 Raul Kripalani : > >> Hello, >> >> I'm getting started with Flink for a use case that could leverage the >> window processing abilities of Flink that Spark does not offer. >> >&g

Possible use case: Simulating iterative batch processing by rewinding source

2016-04-06 Thread Raul Kripalani
Hello, I'm getting started with Flink for a use case that could leverage the window processing abilities of Flink that Spark does not offer. Basically I have dumps of timeseries data (10y in ticks) which I need to calculate many metrics in an exploratory manner based on event time. NOTE: I don't