cch0 / visualizing-anomalies

Visualizing anomalies with Bytewax and Rerun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

visualizing-anomalies

Visualizing anomalies with Bytewax and Rerun

Step 1:

Run redpanda via the docker compose yaml file

docker compose up -d

Step 2:

run the helpers.py script which will start populating the "sensors" kafka topic.

python helpers.py

Step 3:

Open redpanda console at the link - http://localhost:8080/

Step 4:

Run rerun as a separate process

python -m rerun

Step 5:

Run the dataflow and watch for anomalies in the visualization. You can scale it to many processes.

python -m bytewax.run dataflow:flow -p 3

About

Visualizing anomalies with Bytewax and Rerun

License:MIT License


Languages

Language:Python 100.0%