PacktPublishing/Microservices-with-Go

Chapter07: quick fixes for MySQL, grpcurl

Closed this issue · 2 comments

I'm really enjoying working through the code in this book. Great job! I've noticed a couple of steps left out for Chapter 7's examples to run, so you'll need to:

  • run CREATE DATABASE movieexample (you probably want to access the container instance to execute this command by using mysql -uroot -ppassword in Docker first)
  • run go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest to get grpcurl on your machine

Thanks again!

Thanks for the suggestions @jasonsalas, we have included these in the README.
Closing this issue now.

Thanks for the suggestions @jasonsalas, we have included these in the README.

Closing this issue now.

Awesome! Thanks much. 😎