I have worked with R to do data analysis for making prediction model. Now I need to build solution for live data analysis. That's find patterns from data and show an alert if some condition is going to occur.
Like if I am receiving RSSI from the sensors. First find patterns if it has any relation with battery level and show alert if the live data shows that pattern from live RSSI data.
I did a little search and in one reply on Quora, a linked tool Kafka is mentioned for doing such stuff. I don't have any experience of working with Kafka.
How can this be done?