earthobservations / luftdatenpumpe

Acquire and process live and historical air quality data without efforts. Filter by station-id, sensor-id and sensor-type, apply reverse geocoding, store into time-series and RDBMS databases, publish to MQTT, output as JSON, or visualize in Grafana. Data sources: Sensor.Community (luftdaten.info), IRCELINE, and OpenAQ.
https://luftdatenpumpe.readthedocs.io/
GNU Affero General Public License v3.0
35 stars 3 forks source link

Add support for InfluxDB 2.x #61

Open amotl opened 1 year ago

amotl commented 1 year ago

For storing measurement values into a database, the system uses InfluxDB. Because InfluxDB 2.x is accessed differently than InfluxDB 1.x, the database adapter will have to be adjusted.

The update should be conducted after #51, and may be synchronized with #54.