Skip to content

Using Spark streaming to stream live Twitter data and performing different kind of operations.

Notifications You must be signed in to change notification settings

prakhargurawa/Twitter-Live-Stream-Spark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter-Live-Stream-Spark

Using Spark streaming to stream live Twitter data and performing different kind of operations.

Opeartion:

  • Setting cores of processor and memory limit
  • Establishing connection with Twitter developer APIs
  • Capturing tweets
  • Calculating number of character, word count per tweet
  • Displaying hashtags per tweet
  • Avereage numbe rof characters and words in tweet per RDD
  • Finding top 10 hash tags based on their number of occurrence
  • Performing opeartions 6-7 for for last 5 min og tweets, computing every 30 sec

Tags: Java,Spark-Streaming

Twitter Developer portal : https://developer.twitter.com/en (To generate consumerkey,consumersecrets etc)

Reference:

Releases

No releases published

Packages

No packages published

Languages