Lambda Architecture implementation using Apache Storm, Hadoop and HBase to perform Twitter real-time sentinent analysis.
For more information, read the paper located in the repo root.
To get a local copy up and running follow these simple steps.
Apache Storm, Hadoop and HBase installed and correctly configured in your cluster.
First you have to get your personal Twitter Developers credentials and write it in a .txt file with the same structure as DummyTwitterCredentials
.
Then start Apache Storm, Hadoop and HBase in your cluster.
Finally execute (in this order):
TwitterSentimentAnalysisTopology.java
PresentationLayer.java
HadoopDriver.java
- Lorenzo Agnolucci
Parallel Computing Project © Course held by Professor Marco Bertini - Computer Engineering Master Degree @University of Florence