InfluxDB
https://ci-health-influxdb.nordicsemi.no (admin/first_password)
Sending data
Section titled “Sending data”Line protocol
Section titled “Line protocol”weather,location=us-midwest,season=summer temperature=82
API query
Section titled “API query”curl --request POST \"https://influxdb.something.com/api/v2/write?org=my-org&bucket=petteri_testing&precision=ns" \ --header "Authorization: Token $INFLUX_TOKEN" \ --header "Content-Type: text/plain; charset=utf-8" \ --header "Accept: application/json" \ --data-binary " weather,location=us-midwest,season=summer temperature=$(shuf -i 80-90 -n 1)"