Migration of Old data of sensors from computer memory to Amazon RDS
Bunny89
Posts: 1 New member
Our company has preservation service where We are able to track temperature of refrigerated containers and store the data of wireless sensor(interfacing Pi-zero) temperature readings using file library in python.
In python we made program which create temporary files and store it in computer memory but we wanted to migrate those temporary file to amazon RDS the old data is around 700 MB and creates the the file for Live streaming temperature reading for every hours.
As per suggested team migration will be done but it will take around 4 to 5 hours so need to know the best way to get the old data migrated without any failure.
Also wanted to use live streaming of sensor data should buffer rapidly and store it to amazon RDS at same time ?
In python we made program which create temporary files and store it in computer memory but we wanted to migrate those temporary file to amazon RDS the old data is around 700 MB and creates the the file for Live streaming temperature reading for every hours.
As per suggested team migration will be done but it will take around 4 to 5 hours so need to know the best way to get the old data migrated without any failure.
Also wanted to use live streaming of sensor data should buffer rapidly and store it to amazon RDS at same time ?