Orchestrator for receiving tweets from Kafka and apply sentiment analysis.
https://twittersentimentanalysis.github.io/Orchestrator/javadoc/index.html
-
Clone this project to a local folder and go to root folder
git clone https://github.com/twittersentimentanalysis/Orchestrator.git
-
Build the Spring Boot project with Maven
mvn clean install
-
Generate jar file to execute the project
mvn package
-
Run the project
mvn exec:java -Dexec.mainClass=Orchestrator
**Note: File src/main/resources/config.properties
can be modified at anytime to point to localhost or gessi endpoint.