DEV Community

Discussion on: Go, NATS, gRPC and PostgreSQL clean architecture microservice with monitoring and tracing 👋

Collapse
 
zinderic profile image
Kalin Staykov

Very nice repo and article! I was looking for an example with gRPC, NATS and Echo and I got just the right level of detail here. For the DB migrations is this the one you use? :

github.com/golang-migrate/migrate

Maybe it's worth mentioning because the Makefile assumes that a "migrate" command is available but I don't see any notes about it.

Collapse
 
aleksk1ng profile image
Alexander

Hi, big thanks, very nice to see that my example is helpful. Yes, here used migrate, already have added it to libraries list. 🙂