You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I'm planning to start my weather station and I will store data in mysql every 5 or 30mins:
This station will provide me actual Temperature, Humidity, Pressure, Sky brightness and Sky temperature.
And Rain Wind speed and direction in the last 30mins
Initially the query will be fast, but in the future I don't think,
There's a way to add an animation during the query is working??
How can I handle a large amount of data during the mounts??
Maybe I can solve doing a cron job that calculate the medium and min/max value of every day.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I'm planning to start my weather station and I will store data in mysql every 5 or 30mins:
This station will provide me actual Temperature, Humidity, Pressure, Sky brightness and Sky temperature.
And Rain Wind speed and direction in the last 30mins
Initially the query will be fast, but in the future I don't think,
There's a way to add an animation during the query is working??
How can I handle a large amount of data during the mounts??
Maybe I can solve doing a cron job that calculate the medium and min/max value of every day.
Hope you can help me
Beta Was this translation helpful? Give feedback.
All reactions