QuestDB output plugin
Opened this issue · 1 comments
nicolargo commented
Add support to the QuestDB time-series database: https://github.com/questdb/questdb
It is possible to use the InfluxDB API: https://questdb.io/docs/reference/api/influxdb/
Name restriction: https://questdb.io/docs/guides/influxdb-line-protocol/#naming-restrictions
Test bench:
docker run -p 9000:9000 questdb/questdb
nicolargo commented
Best way is to use requests: https://tutswiki.com/setup-access-questdb-python-notebook/