home.social

#influxql — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #influxql, aggregated by home.social.

  1. Wanted to switch from InfluxDB to TimescaleDB (because Influx kinda sucks) and was annoyed that I had to create all the tables by hand.

    So I wrote a (kinda hacky) MQTT to TimescaleDB gateway where mqtt->table+field mapping is defined by code, and tables, fields and indices are created and extended automatically.

    github.com/patagonaa/mqtt-time

    #InfluxDB #InfluxQL #TimescaleDB #PostgreSQL #MQTT #NodeJS