-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add Dash live updates example (Live Bitcoin Tracker) #269
Conversation
Recording of the deployed Dash app: Screen.Recording.2024-08-13.at.10.21.50.PM.mov |
9ee65d9
to
3ff95a0
Compare
Hi @neelasha23, @bryannho, this is also ready for review. Thanks a lot! :)) Edit: the dash app is deployed here although it's not useful cuz it doesn't show anything unless |
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.
@ellieko I saw that rest_api_dash.py
is included but isn't used. I think it could be useful to keep it in case users wanted to try that method. Can you add a note in the README.md
explaining what the file is and that it isn't used? otherwise, lgtm
a13d557
to
65ff59a
Compare
Good point, thanks! Added here |
Added a Real-time Live Bitcoin Tracker demo in examples/dash/dash-live-updates as an example of displaying real-time data in Dash
In the examples/dash/dash-live-updates directory:
For README:
For REST API method (not used in the blog post or demo)
For WebSocket API method (used in the blog post and demo)
The detailed explanation is in the draft blog post. The dash app is deployed but stopped for now, because testing the demo locally would be only possible with a remote DB requirement. I can share my DB connection details via Slack if that's okay.
📚 Documentation preview 📚: https://ploomber-doc--269.org.readthedocs.build/en/269/