Hi HN! I made a tiny app to write real-time weather data into an InfluxDB database. Initially, I made it to test out InfluxDB deployments at work but figured it could be useful to other people too.<p>The app gives you<p>- temperature and CO2 data from 10 houses around the world<p>- generated by a combination of real inputs from a weather API + my own simulation<p>If you have an InfluxDB lying around, please give it a go!
I also recommend checking ClickHouse database for analyzing massive weather data sets: <a href="https://clickhouse.com/blog/real-world-data-noaa-climate-data" rel="nofollow">https://clickhouse.com/blog/real-world-data-noaa-climate-dat...</a>