Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazzabeee authored May 6, 2023
1 parent 4aa9589 commit f87f82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ This project is the continuation of a [first one](https://github.com/Wazzabeee/t

In this repository, you will find the implementation of an ETL process for sentiment analysis of tweets in real time. The idea here is to use the best model tested offline and deploy it online for real-time analysis. For this, I used Docker, Apache Kafka and Spark Streaming. The results of this analysis can be displayed in a console, saved locally, saved to a MongoDB database or saved to a data lake such as Delta Lake.

For more details on how this project works, how to create Topic Kafka, etc, I invite you to read my article on Medium (soon published) about this project. I detail there all the steps of the implementation and the execution of the program.
For more details on how this project works, how to create Topic Kafka, etc, I invite you to read [my article on Medium](https://medium.com/towards-artificial-intelligence/real-time-sentiment-analysis-with-docker-kafka-and-spark-streaming-952c06549de1) about this project. I detail there all the steps of the implementation and the execution of the program.

<img src="images/flow.png"/>

0 comments on commit f87f82b

Please sign in to comment.