An open API service indexing awesome lists of open source software.

https://github.com/yessenali-yerkebulan/springboot_kafka_wikimedia_mysql_project


https://github.com/yessenali-yerkebulan/springboot_kafka_wikimedia_mysql_project

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# springboot_kafka_wikimedia_mysql_project

I created two projects, one for kafka producer another for kafka consumer.
Kafka producer project was created to implement kafka producer to read the real time stream data from the wikimedia
and write that data to the kafka topic
and I have created kafka consumer project to consumer the real-time stream data from the kafka topic and write the data to the mysql database.





    What I learned:


  • Apache Kafka

  • Message Streaming using Apache Kafka and Spring Boot