nicolargo / glances

Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.
http://nicolargo.github.io/glances/
Other
25.89k stars 1.47k forks source link

QuestDB output plugin #1989

Open nicolargo opened 2 years ago

nicolargo commented 2 years ago

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 2 years ago

Best way is to use requests: https://tutswiki.com/setup-access-questdb-python-notebook/