Doesn't sound like there will be any problems but I'm not sure if I'm 
understanding your setup correctly. 

What I'd definitely recommend is to implement it in batch first so that you can 
easily test how it performs (in terms of prediction performance). This will 
inform you what kind of state you'll need to keep etc., too.



> On 7 Mar 2016, at 06:47, Daniela Stoiber <[email protected]> wrote:
> 
> Hello
> 
> I have the following problem and I hope someone can help me.
> 
> I have different devices which are sending me start events which contain a
> timestamp and an id to know which device it is. Every device has an
> additional file containing 120 values, one value per minute. What I would
> like to do is to use these values to predict the next 120 minutes over all
> devices in realtime. So anyhow I have to add up all the values of each
> minute over all active devices. So to say it is my "predictive model".
> 
> So I have to store the events of the devices and to join the values of the
> file. But the events have different starting points and I am not sure if I
> can realize this within Storm or if i would need any other or additonal
> tools.
> 
> Thank you in adavance.
> 
> Regards,
> Daniela

Reply via email to