Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 638 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 638 Bytes

Realtime Pollution Dashboard

A use-case of measuring air quality with sensors around a factory to showcase the ability of Taipy to dashboard streaming data.

Dashboard

How to use

  1. Clone this repository
git clone https://github.com/Avaiga/demo-realtime-pollution.git
  1. Install requirements
pip install -r requirements.txt
  1. Run the receiver script
python receiver.py

This should open a dashboard in your browser.

  1. Run the sender script
python sender.py

This will send data to the dashboard.