CQRS (Command Query Responsibility Segregation) is the new way of writing Scalable Microservices with separating Command(Update data) and Query(view,dto) sides. With or without Event Sourcing is a powerful tool to build responsive and flexible Microservices. Commands give us better granularity compared to CRUD.
Our OpenSource framework splitet is a perfect fit for CQRS together with Eventsourcing