Ecosyste.ms: Awesome
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: 20 days ago
JSON representation
Example implementation of golang, maxwell, mariadb, and kafka with docker-compose
- Host: GitHub
- URL: https://github.com/kaplanmaxe/maxwell-kafka-go
- Owner: kaplanmaxe
- Created: 2019-08-27T03:56:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T13:50:53.000Z (about 5 years ago)
- Last Synced: 2024-05-03T03:54:20.786Z (7 months ago)
- Topics: docker, docker-compose, golang, kafka, mariadb, maxwell, mysql, zookeeper
- Language: Go
- Homepage:
- Size: 161 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```