I'm in need of a service with data retention of at least a month and supports time series data coming from sensors. I was looking at InfluxDB but it seems that the library that they offer is for ESP8266/ESP32. Has anyone had success connecting the arduino uno wifi rev 2 to some cloud service?
Yes, I get data from my Arduino UNO WiFi Rev2 to the cloud, also for data retention reasons. The Arduino runs a web server, where my data is transferred as http text. On GoDaddy I have an account where crontab runs a Perl script every hour, getting the Arduino web data, extracting my data, and stores this in a file on the GoDaddy server.
Will gladly provide more details if you are interested, e.g. my Perl script.