Real Time Dashboarding With Python
danielcurtis
Member Posts: 1 ✭
If you're looking for a way to dashboard real time data using pure Python, I have a blog post at https://solace.com/blog/visualizing-live-streamed-data-python-dashboard/ about how to use Solace and the Bokeh Python library to quickly visualize some real time taxi geospatial data.
The source code is also available at https://github.com/DanielCurtis90/realtime-dashboard as a rough demo!
10
Comments
-
Thank you @danielcurtis for writing the blog! Good stuff.
5 -
Awesome, thanks for open sourcing the code @danielcurtis !
0