Hi ! I would like to create a higly scalable iot solution wich save data sended by my devices into a mongoDB database. I don’t know what is the best chose between using MongoDB on a VM or Mongodb Atlas but I would like to do something like that :
- with Azure :
Devices → IoT Hub → Stream Analytics? OR Event Hub OR Function App → MongoDB-on-a-VM OR MongoDB Atlas OR CosmosDB-API-MongoDB - with AWS :
Devices → IoT Core → IoT Analytics? → MongoDB-on-a-VM OR MongoDB Atlas
Do you have any suggestions, advices, recommandations for best practices ?
In Addition I never used AWS and I am just starting with Azure, so if you have any tutorials, getting started, guides to deploy that I will take it !
Thank you in advance