Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 410 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 410 Bytes

GEWV Timeseries Client

This client is a abstraction of the offical Influx-Client to get and write points to our Influx-TimeseriesDB.

Installation

pip install gewv-timeseries-client

Development

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

Plans

  • Add more example
  • Add tests