home.social

#influxql — Public Fediverse posts

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

fetched live
  1. @PossiblyMax
    > The #grafana graphs are super interesting (but tricky and confusing to write)
    I'm using influxDB since 1 year and have only a diagram for power usage.
    Would you mind sharing some dashboards or #influxQL you used?

  2. 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

  3. The only thing more frustrating than JOINs is encountering a SQL dialect that doesn't support them.

    #InfluxDB #InfluxQL #SQL