Hi all, am looking for some suggestions in creating an architecture on the conduit. To summarize, the gateways will aggregate data from nearby sensors (or mDots), and then push this so a remote server only after a predetermined time. As an example, we collect data every 10 minutes but transmit it to a remote server only every 60 minutes. What I’m thinking of doing is as follows:
1) Hosting either a local file or mySQL database on the conduit (unsure how to do the later though) where data is stored
2) After a predetermined time, read the file or database and push that data to a remote server
3) Delete information in the locally stored file/database.
Anyone have suggestions on this architecture? Specifically, I’m unsure if I can host a mySQL database on the conduit (looking into that now). I also don’t quite understand MQTT and if that has relevance for what I’m doing right now. Thanks for any help!