Just some fake sensor systems for Juseong to practice building data systems from
First, make sure you have Docker installed or Rancher with the Docker CLI.
To run:
docker run --pull=always -p 8000:8000 ghcr.io/thebeege/juseong-fake-sensors:latest
Then open up your browser to the Swagger docs page
For local dev:
python -m venv venv
python -m pip install --upgrade pip
python -m pip install -e .[dev]
pre-commit install
After setup:
COLLECTION_MODE=http fake_sensors
Then open up your browser to the Swagger docs page
MQTT mode is pending. HTTP mode is lacking the actual fake data yet.
To build:
docker build . -t thebeege/juseong-fake-sensors:latest