Public repo
go-pg-notifications
A Go-flavored repository for PostgreSQL notification workflows and service coordination.
Go, PostgreSQL
View library
go-pg-notifications explores PostgreSQL notification workflows from a Go service context.
Database notifications are a useful middle ground between polling and heavier messaging infrastructure. They can help small services react to changes while keeping the operational footprint modest.