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
- Host: GitHub
- URL: https://github.com/yessenali-yerkebulan/springboot_kafka_wikimedia_mysql_project
- Owner: Yessenali-Yerkebulan
- Created: 2023-04-17T16:41:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T15:43:30.000Z (about 2 years ago)
- Last Synced: 2025-01-08T10:39:59.264Z (5 months ago)
- Language: Java
- Size: 73.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
- Apache Kafka
- Message Streaming using Apache Kafka and Spring Boot
What I learned: