This client is a abstraction of the offical Influx-Client to get and write points to our Influx-TimeseriesDB.
pip install gewv-timeseries-client
For testing you can install all deps and start the module with that commands.
poetry install
poetry shell
python examples/read_and_write_data.py
- Add more example
- Add tests