A use-case of measuring air quality with sensors around a factory to showcase the ability of Taipy to dashboard streaming data.
- Clone this repository
git clone https://github.com/Avaiga/demo-realtime-pollution.git
- Install requirements
pip install -r requirements.txt
- Run the receiver script
python receiver.py
This should open a dashboard in your browser.
- Run the sender script
python sender.py
This will send data to the dashboard.