Microservices in Golang - part 3 - docker-compose and datastores

https://t.co/G1OUWg2NjK



In the previous post, we covered some of the basics of go-micro and Docker. We also introduced a second service. In this post, we're going to look at docker-compose, and how we can run our services together locally a little easier. We're going to introduce some different databases, and finally we'll introduce a third service into the mix.



#golang #docker #microservices