Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 567 Bytes

File metadata and controls

17 lines (10 loc) · 567 Bytes

Tweets analysis ETL pipeline using PySpark

In this project, we generate some analytics on twitter tweet data, regarding US elections tweets. We parse the JSON data and extract the tweet data, partition the data into groups, count the number of posts from each partition and finally find popular tokens the each partition's tweets.
This project is part of Big Data Analytics using Spark course from edx.com.

Prerequisites

Python Jupyter Notebook

Usage

  1. run as a regular Jupyter notebook

Credits

credit to Big Data Analytics using Spark on edx.com