Adding MySQL records with Hologram Nova

Hi everyone, I have a Raspberry Pi connected to a Holoram Nova USB cellular modem. It is set up and working. I would like to use these devices to add records to a MySQL database in the cloud.

The records will be added every minute or so, and will contain 2-3 strings of about 10 characters each.

I’m trying to determine the best way of doing this. I could potentially use some Python code with hologram.network.connect() but I don’t know if trying to keep the cellular connection open is the best idea. I could alternatively write a webhook in the Hologram cloud, but I haven’t found any resources on doing that.

Any advice is appreciated. TIA.