Best tool for communication to SQL server on Azure

Topics about the Software of Revolution Pi
Post Reply
JeffCalgary
Posts: 10
Joined: 02 Apr 2019, 23:14
Answers: 0

Best tool for communication to SQL server on Azure

Post by JeffCalgary »

We have not done this before and are wondering what, in the opinion of the forum members, would be the most appropriate software tool to handle sending and receiving messages to and from the RevPi?

Also, we have some knowledge of IOTHub and IOTEdge, but are gathering that this not the most common way of handlng device management with the RevPi. Could someone comment on the suitability of IOTHub and Edge and maybe suggest some more commonly used alternatives? The average deployment for us is 350-450 RevPis and our total deployment is going to be 10 000+ units so we want to use a tool that will allow for management of that many devices to begin with.

Thank you.
User avatar
Boris Crismancich
KUNBUS
Posts: 23
Joined: 21 Apr 2017, 12:04
Answers: 0

Re: Best tool for communication to SQL server on Azure

Post by Boris Crismancich »

Hi Jeff,

we use Azure IoT Hub and IoT EDGE. A member of our azure team will answer your post shortly and share our experience.

Greetings from Germany,
Boris Crismancich
Kind regards / Herzliche Grüße / Cordiali saluti
Boris Crismancich
User avatar
hilmarbunjes
Official 3rd Party Support
Posts: 3
Joined: 17 May 2017, 10:18
Answers: 0

Re: Best tool for communication to SQL server on Azure

Post by hilmarbunjes »

Jeff,
as Boris said I'm, trying to answer your question. I'm not 100% sure if your question is about writing to Azure SQL or how to manage many RevPis so I try to answer both.

If you want to send data from the RevPi to a Azure SQL Server (or any other Azure data storage like CosmosDB) you have different options. Typical solutions are to use Azure IoT Hub (with IoT Edge and/or MQTT) or a custom web app with a REST interface. This depends very much on the type of installation, firewall/networks and how the overall structure of the project looks like. We use all of the solutions mentioned depending on the project.

Managing multiple RevPis is a little different. The Raspberry Pi platform is supported by Azure IoT Edge so you can use this right away. However, in many projects we work on direct management of RevPis from Azure is not allowed by network security. For those environments or if Azure shall not be used we have two software tools: erMON (Monitoring of RevPis) and erPLOY (Deploying software to RevPis). Both are short explained on https://www.erminas.de/erminas-produkte/ (German only until end of month, then also in English). This way you do not have everything Azure gives you but you can manage and roll-out software, as well as see hardware and software status and historical measurements of your Pis. Also, this can run on-premise.

If you have any further questions please answer to this post or send me a mail.

Best
Hilmar Bunjes
hilmar.bunjes@erminas.de
Post Reply