Mitsutoshi Aoe
Mitsutoshi Aoe
I found the minimal do fails with directory nonexistent in some case when the full redo works fine. This PR fixes the issue. A minimal repro with the instructions are...
I came up with an idea to stream texts into JSON values. It's still a PoC as I do have a use case but I haven't actually tried it yet....
https://v2.docs.influxdata.com/v2.0/
https://hackage.haskell.org/package/text-short
It's still gated behind a flag but InfluxDB devs seem to be enabling it by default in near future.
As of InfluxDB v1.4 MessagePack can be used for responses by setting `application/x-msgpack` in the Accept header.
Currently `influxdb` package doesn't have any special support for the `time` column. Given that the time precision depends on `time_precision` query string, we cannot tell what precision is actually used...