Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.6 KB

File metadata and controls

37 lines (28 loc) · 1.6 KB

Analyzing Real time twitter data

Description:

  1. Transforming realtime twitter stream and storing them in a data storage.
  2. Parsing over the tweets and derving meaning insights from it.
  3. Searching for results based on input keywords

Analysis:

Workflow:

  • twitter-API -> pipeline -> load -> analyze
  1. Formatting the realtime twitter data : cleaning up data (encoding unicode text, initializing locations) and sotring them in MongoDB

  2. Access the documents from MongoDB and transform jason data into tabular format and store extracted results in oracle database

  3. Accessing the database with TIBCO Spotfire to build business intelligence dashbards

  4. Ability to stream real-time twitter feed and derive analysis

  5. Text search control, providing valid results based on keyword search in twitter text data. a. List of related tweets b. List of Top retweets c. List of top location d. List of related keywords, hashtags

    Screenshots: