Greetings,
I am collecting local remote data using a software then using python influxdb api client libary sends or write the local data to my influx instance in aws cloud. Usually it is working machine at my user site first getting JSON file and sending it to influxdb aws cloud.
The challenge now is the machine has no outgoing internet. So I have to send the data first to user SFTP server and then push data from SFTP to our cloud.
Do anyone have any idea like using Node-RED how could we do this ? or any other way.
Thank you much
Best Regards