-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎉 Adds a Realtime Pollution Dashboard Demo #729
Merged
Merged
Conversation
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
AlexandreSajus
added
📈 Improvement
Improvement of a feature.
📄 Documentation
Internal or public documentation
labels
Nov 13, 2023
jrobinAV
approved these changes
Nov 15, 2023
[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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
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. | |
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. |
jrobinAV
requested changes
Nov 15, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add an entry into the nav bar:
in the file mkdocs.yml_template
. Line 56 for instance.
jrobinAV
approved these changes
Nov 15, 2023
FlorianJacta
pushed a commit
that referenced
this pull request
Jan 10, 2024
🎉 Adds a Realtime Pollution Dashboard Demo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds demo of displaying air quality around a factory to showcase the ability of Taipy to dashboard streaming data: