Page 1 of 1

where rainmaker stores time series data

Posted: Sat May 18, 2024 3:49 pm
by GilbertW
Hi,

I am completely new to Rainmaker. I've run the simple temperature example and my phone is plotting a nice time series line chart.

I have a basic question of understanding:

Where is the time series temperature data stored?

For example suppose my ESP32 takes and transmits 100 temperature measurements.

1) Are these 100 temperature values stored permanently on an Espressif Cloud server? Whenever my phone wants to plot a chart, it can access the server, and fetch the data. (To say it another way, if I lose my phone, the data itself is still there in the Cloud.)

2) Or does all the data get pushed to and stored inside my phone? So, if I lose my phone, the data is gone forever?

thanks for any help

Re: where rainmaker stores time series data

Posted: Sat May 18, 2024 5:44 pm
by ESP_Piyush
The time series data is stored on the cloud. The apps just query for it whenever required to plot the graphs.