Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 20 days 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
```