Skip to content

deephaven-examples/twitter-real-time-data-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-real-time-data-visualization

This example pulls public tweets in real-time and builds various animated charts.

The repository integrates Deephaven with matplotlib, a plotting library for the Python programming language.

To get started, run:

git clone https://github.com/anastasia-si/twitter-real-time-data-visualization.git
cd twitter-real-time-data-visualization
docker-compose pull
docker-compose up  --build -d

Navigate to http://localhost:10000/ide and open the main.py notebook to see examples of real-time data visualizations. Please note you might need to download corpus.words and stopwords from nltk library:

nltk.download('words')
nltk.download('stopwords')

About

Real-time Data Visualization Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published