GreptimeTeam/demo-scene

Make an InfluxDB Line Protocol compatible demo

tisonkun opened this issue · 3 comments

Ingestion with InfluxDB Line Protocol, Analysis with SQL and PromQL.

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.

And also this -

InfluxDB CLI always use GZIP compression but GreptimeDB is yet to support that.

Other related issues when developing this demo: