Make an InfluxDB Line Protocol compatible demo
tisonkun opened this issue · 3 comments
tisonkun commented
Ingestion with InfluxDB Line Protocol, Analysis with SQL and PromQL.
tisonkun commented
It seems we cannot leverage InfluxDB's CLI cause -
... while our endpoint is something like: https://xxx.us-west-2.aws.greptime.cloud/v1/influxdb/api/v2/write
. Note the /v1/influxdb/
basepath.
tisonkun commented
And also this -
InfluxDB CLI always use GZIP compression but GreptimeDB is yet to support that.
tisonkun commented
Other related issues when developing this demo: