Skip to content

fetching realtime twitter data, storing in nosql db, analyzing the datasets, text searching & retrieving information

Notifications You must be signed in to change notification settings

anikm89/StreamingData-Search-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:  

About

fetching realtime twitter data, storing in nosql db, analyzing the datasets, text searching & retrieving information

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages