My project is to do the prediction by doing sentiment analysis of tweets(Cricket). I will gather tweets as stream. For this I need to do real time analysis of tweets and then sentiment analysis of tweets. I'm using Kafka and Spark Streaming.
How to do real time analysis of tweets using kafka? I need those tweets which is related to cricket After real time analysis how to do Sentiment Analysis of tweets using spark streaming?
Can you please tell me which language is best to do this whole task, Python or java?