TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Realtime Weather Data for InfluxDB

1 pointsby MBaertover 2 years ago
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!

1 comment

zX41ZdbWover 2 years ago
I also recommend checking ClickHouse database for analyzing massive weather data sets: <a href="https:&#x2F;&#x2F;clickhouse.com&#x2F;blog&#x2F;real-world-data-noaa-climate-data" rel="nofollow">https:&#x2F;&#x2F;clickhouse.com&#x2F;blog&#x2F;real-world-data-noaa-climate-dat...</a>