Tag: InfluxDB
The InfluxDB 2.0 time series platform is purpose-built to collect, store, process and visualize metrics and events.
このエントリは InfluxDBのドキュメント懇切丁寧だけど長げーよ!と思った私が適当に必要そうな所を抜粋&補足したものです。
InfluxDB 2.0 Python client library
measurement,tag1=a,tag2=b (半角ペース)field1=1,field2=2,field3=3 ようは最初のフィールドの前には必ず半角ペースを入れて、その他のフィールドとフィールドの間、measurementとタグの間などはすべてカンマを入れればOKです。これを間違えるとフィールドがタグとして認識されたりしてうまくいきません。
InfluxQL support InfluxDB OSS 2.0 supports InfluxQL read-only queries. See supported and unsupported queries below.