cqrs and event sourcing on Windows Azure

10
CQRS AND EVENT SOURCING ON WINDOWS AZURE Duncan Jones @Merrion

Transcript of cqrs and event sourcing on Windows Azure

Page 1: cqrs and event sourcing on Windows Azure

CQRS AND EVENT SOURCINGON WINDOWS AZURE

Duncan Jones💬 @Merrion

Page 2: cqrs and event sourcing on Windows Azure

AGENDA

What Why How

Page 3: cqrs and event sourcing on Windows Azure

NOTES

Page 4: cqrs and event sourcing on Windows Azure

DEFINITION OF EVENT SOURCING

Page 5: cqrs and event sourcing on Windows Azure

DESIGNING THE BUSINESS MODELEvent

storming

Domain Driven Design

UX Driven Design

Page 6: cqrs and event sourcing on Windows Azure

DEMO #1 – CQRS DESIGNERAggregat

es• Top level “things”

Events• What can happen to them

Projections

• What we can derive about an aggregate

Queries

• What we can derive about many aggregates

Commands

• How we cause changes to occur

Page 7: cqrs and event sourcing on Windows Azure

ANATOMY OF A STORED EVENT

Page 8: cqrs and event sourcing on Windows Azure

DEMO #2 – AZURE BASED EVENT STREAM

Create

AppendRun Projection

Page 9: cqrs and event sourcing on Windows Azure

HOSTING THE CQRS/ES MODEL ON AZURE

Page 10: cqrs and event sourcing on Windows Azure

NEXT STEPS

Experiment

https://geteventstore.com/