Hi,
In our project we have to get streaming data from API in a specified time interval(ex 1min once).After that i have to convert the data into json format and then i have to push the data into Azure IOT Hub.
For these what type of application i have to develop?
Ex
Console application?(It will crash if millions of input we get)
Wcf
or any other ?
The application should be run as a service ,it should keep on running to fetch the data from device API.