Adding records to MySQL database

Hi everyone, new user here. I’m trying to search and follow guides, but need some help. I would like to use my Hologram Nova USB modem to add records to a MySQL server in the cloud.

The records should be added roughly every minute. There is not a huge amount of data, just 2-3 strings of about 10 characters each. The modem does not need to respond to messages from the cloud.

I’ve had a look at writing some Python with hologram.network.connect() etc, but I don’t know if trying to keep the cellular connection open is the best idea. Could I just send a message to the Hologram Cloud, and then use a webhook to add the data to my server? Or else could I send an SMS which is then ingested somehow?

Any advice is appreciated. TIA.

~LU

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.