I tried the cloud option but quickly ran into limitations:

ouch

So I decided to deploy it to my local docker desktop:

launching as docker container

installing influxdb cli locally

configuring the cli to point to influxdb running in local docker container at port 8089

The influxdb University seems like a very nice resource! directions from influxdb uni course

some additional commands

but of course it was not so easy…

Influxdb theory

output from flux:

InfluxDB Line Protocol

Points:

definition of points

timestamps:

Way to hopefully use different csv format:

how to do it from python:

works nicely on my local dockerized influxdb:

multiple outputs:

runs smooth on local VS Code!

more theory on windows, aggregates and selectors:

pivot and map: