set FLASK_APP=flask_server.py
set FLASK_ENV=development
flask run
FLASK_APP=flask_server.py FLASK_ENV=development flask run --host=0.0.0.0
python server.py
cd helm
helm install -n sensorlog sensorlog . --set "connections.influx.user=REPLACE" --set "connections.influx.password=REPLACE" --set "connections.rabbitmq.user=REPLACE" --set "connections.rabbitmq.password=REPLACE"
Dockerhub - sensorlog-consumer
Thanks to Dr. Bernd Thomas for SensoorLog iOS Application