An example Event-Driven Application written in Golang
An example Event-Driven application written in Go, using the Golang library Watermill. The project aims to integrate incoming GitHub webhooks with Slack and Grafana, adding annotations and sending messages when a new commit is pushed. There are also simulated deployment messages sent over RabbitMQ to demonstrate working with multiple event streams. A result can look like […]