I need to do some data analytics on data acquired from IOT sensors (CEP, outliers detection, etc.)
I searched over the internet to find which tool I can use according to our constraints:
- All developers in my team are C# developers
- The solution must be deployed on premise
I found Apache Storm to be a great solution based on what I read on it and we can develop spouts, bolts in c# from visual studio by installing the azure data lake tools.
I installed everything and started to develop a simple topology. The problem is that it seems that topologies can be deployed only to Azure HD Insights
My question : is it possible to deploy a c# topology to a storm cluster which is not in Azure? I want to submit to submit my topology to a Storm docker image.