Closed Jollyfant closed 2 years ago
What is the point of using Python when calling
InfluxDBClient.request(q, stream=True)
and then broadcasting over the WS? Can we directly tap into HTTP chunked mode from JavaScript and update charts client-side?
InfluxDB is only accessible from localhost to simplify security (!) and the flux query command. If we can alias the influx command in nginx a direct stream is possible.
What is the point of using Python when calling
InfluxDBClient.request(q, stream=True)
and then broadcasting over the WS? Can we directly tap into HTTP chunked mode from JavaScript and update charts client-side?