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
