Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 448 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 448 Bytes

Sentiment Analysis of Tweets using Apache NiFi

We will be using NiFi to stream tweets and perform setiment analysis. The tweets, along with their sentiment score is saved in a local MySql database.

Requirements:

  1. Apache Nifi installed
  2. Twitter API consumer key and access token.
  3. A MySql database connected to NiFi using JDBC
  4. Python 3 or Anaconda installation of the same

The project uses a bash script to run one of the processors.