Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 609 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 609 Bytes

tweet-collector

Full pipeline to collect tweets, do a sentiment analysis and store the results in a SQL database

tweet-collector

This Docker Pipeline combines multiple tasks:
  1. Collect tweets filtered by user defined keywords using the twitter API
  2. Store tweets in a mongoDB database
  3. Do a sentiment analysis using https://github.com/cjhutto/vaderSentiment
  4. Store the clean results in a PostgreSQL database

Requirements: