GreptimeTeam / demo-scene

👾Scripts and samples to support Greptime Demos and Talks.
https://greptime.com
Apache License 2.0
25 stars 8 forks source link

Make an InfluxDB Line Protocol compatible demo #4

Closed tisonkun closed 7 months ago

tisonkun commented 7 months ago

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

tisonkun commented 7 months ago

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 7 months ago

And also this -

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

tisonkun commented 7 months ago

Other related issues when developing this demo: