Event driven microservices and CQRS were discussed. Event sourcing was presented as a solution to data consistency challenges with microservices and NoSQL databases. CQRS with materialized views was proposed to handle queries in an eventually consistent manner from the event store in event sourced applications. The benefits of this approach include easier data consistency, built-in audit log, and supporting analytics; while drawbacks include complexity and code duplication.