RavenDB Conference Videos: Implementing CQRS and Event Sourcing
CQRS and event sourcing aren't necessarily new, but they're both garnering more attention these days. Have a look at how they were implemented with RavenDB.
Join the DZone community and get the full member experience.
Join For FreeIn this talk from the RavenDB conference, Elemar Júnior talks about CQRS and using RavenDB for event sourcing.
CQRS stands for Command Query Responsibility Segregation. That is, that command stack and query stack are designed separately. This leads to a dramatic simplification of design and potential enhancement of scalability.
Events are a new trend in the software industry. In the real world, we perform actions, and these actions generate a reaction. Event sourcing is about persisting events and rebuilding the state of the aggregates from recorded events.
In this talk, we'll share examples of how to effectively implement CQRS and event sourcing with RavenDB.
Published at DZone with permission of Oren Eini, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments