Update README

This commit is contained in:
Aykhan Shahsuvarov 2024-07-11 02:34:27 +04:00
parent 6b59bbeb41
commit 94343a9456

View File

@ -1,6 +1,6 @@
# Implementation of the Wikimedia Project in Golang
This project provides a Golang implementation of the Wikimedia project as discussed by [Stephane Maarek](https://github.com/simplesteph) in his Kafka beginners course. The original Java consumer and producer repositories can be found here:
This project provides a Golang implementation of the Wikimedia project as discussed by [Stephane Maarek](https://github.com/simplesteph) in his [Kafka beginners course](https://www.udemy.com/share/1013hc/). The original Java consumer and producer repositories can be found here:
- [Consumer](https://github.com/conduktor/kafka-beginners-course/tree/main/kafka-consumer-opensearch)
- [Producer](https://github.com/conduktor/kafka-beginners-course/tree/main/kafka-producer-wikimedia)