Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.13 KB

Twitter Analyzer

Apache Spark application for analyzing tweets posted.

The data set used in the project

https://www.kaggle.com/datasets

Design assumptions

0. What are the appearances of data? What does the data schema look like?

image image image

1.Loading files into Spark. TweetsLoader

2.Cleaning the data. TweetsCleaner

3.Searching and analyzing data. TweetsSearch & TweetsAnalyzer

image image image

LICENSE