TopicHow to start easy with CQRSDescriptionSimple CQRS example with Google Cloud infrastructure
CQRS (Command Query Responsibility Separation) is a separation of writing and reading paths in your platform in order to get better performance. However, it might seem hard to implement. It is often considered as tightly connected with advanced topics like event sourcing and DDD, but that does not have to be the case. This talk aims to give you a way to start easy, reap benefits and upgrade from there.