docker / awesome-compose

Awesome Docker Compose samples
https://docs.docker.com/compose/
Creative Commons Zero v1.0 Universal
34.57k stars 6.64k forks source link

Proposal: Golang, Kafka, PostgreSQL #327

Open aea7 opened 1 year ago

aea7 commented 1 year ago

Hello, I was going to add the compose file of a project, this repo seemed like the best fit. I would like to add a sample Go application that talks to PostgreSQL, and also produce and consume events via Kafka. It would roughly have:

I can also add a combination of these of course, open to suggestions.

Thanks!