Dashboards in Python for Beginners using Dash — Live Updates and Streaming Data into a Dashboard
Add a Live Feed to Dash
Stream Data to Dash
There are several reasons to analyze streaming data. Perhaps you’re looking for anomalies in credit transactions, monitoring network traffic and server resources in a time series, or capturing tick data for automated trading algorithms. Or maybe you simply want to see what people are saying about wine on Twitter! In this article, I’ll explain how to use the Python library Tweepy to stream live tweets into a the wine dashboard built with Dash.
If you’re new to Dash, please check out my previous articles explaining Dash basics. This article builds on the dashboard from those articles. If you’re already familiar with Dash and want to see an example of how simple it is to stream data into your app, continue reading!