Skip to content

Just some fake sensor systems for Juseong to practice building data systems from

License

Notifications You must be signed in to change notification settings

TheBeege/juseong-fake-sensors

Repository files navigation

Fake Sensors for Juseong

Just some fake sensor systems for Juseong to practice building data systems from

Usage

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

Development

Setup

For local dev:

python -m venv venv
python -m pip install --upgrade pip
python -m pip install -e .[dev]
pre-commit install

Running

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.

Docker

To build:

docker build . -t thebeege/juseong-fake-sensors:latest

About

Just some fake sensor systems for Juseong to practice building data systems from

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages