Building a Microservices Application in Go Following the CQRS Pattern This article walks through the development of a simplistic social network application where anyone can post anonymous messages. Source code is available on GitHub. Architecture The application is built using the Command Query Responsibility Segregation (CQRS) pattern. The goal is to decouple command and query sides into separate