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

https://github.com/kaplanmaxe/maxwell-kafka-go

Example implementation of golang, maxwell, mariadb, and kafka with docker-compose
https://github.com/kaplanmaxe/maxwell-kafka-go

docker docker-compose golang kafka mariadb maxwell mysql zookeeper

Last synced: 2 months ago
JSON representation

Example implementation of golang, maxwell, mariadb, and kafka with docker-compose

Awesome Lists containing this project

README

          

# maxwell-kafka-go

Example implementation of:

- mariadb
- maxwell
- kafka
- zookeeper
- golang producer inserting record every 3 seconds
- golang consumer reading from kafka

## Running

```
docker-composer up -d
docker logs --follow consumer
```