see https://github.com/esemeniuc/influxdb/pull/1/files
Build with docker build -t influxdb:3-core-test --build-arg PBS_DATE=20250106 --build-arg PBS_VERSION=3.11.11 --build-arg PBS_TARGET=x86_64-unknown-linux-gnu .
tags and fields compatibility with v1:
- you can add and omit tags like before, all tags are strings (no need to worry about type change)
- you can add and omit fields like before, but cannot change a field type (ie string to i64)
- you cannot convert tag to field and vice-versa