-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #729 from Avaiga/demo_pollution_dash
🎉 Adds a Realtime Pollution Dashboard Demo
- Loading branch information
Showing
6 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
A use-case of measuring air quality with sensors around a factory to showcase the ability of Taipy to dashboard streaming data. | ||
|
||
[Try it live](https://realtime-pollution.taipy.cloud/){: .tp-btn target='blank' } | ||
[Get it on GitHub](https://github.com/Avaiga/demo-realtime-pollution){: .tp-btn .tp-btn--accent target='blank' } | ||
|
||
# Understanding the Application | ||
This application shows pollution levels around a factory in real-time. The data is generated on | ||
another server and sent to this Taipy app via a WebSocket. Taipy then processes the data and | ||
displays it on a dashboard. The dashboard is updated in real-time as new data is received. | ||
|
||
![Pollution Dashboard](images/pollution_dashboard.png){width=100%} | ||
|
||
A tutorial on how to visualize data streamed from another thread is available [here](../tips/multithreading/index.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters