influxdb-weather-ingestor: what’s changed since launch
Back in January 2025 I wrote about influxdb-weather-ingestor, a small Kotlin application I built to capture outdoor temperature data and send it to InfluxDB. At the time it was a fairly straightforward Micronaut app that pulled data from the Meteomatics weather API, looked up coordinates via postcodes.io, and wrote the results to InfluxDB on a schedule.