+ All Categories
Home > Technology > CQRS on Azure

CQRS on Azure

Date post: 05-Apr-2017
Category:
Upload: duncan-jones
View: 124 times
Download: 0 times
Share this document with a friend
8
CQRS on Azure A WORKED EXAMPLE
Transcript
Page 1: CQRS on Azure

CQRS on AzureA WORKED EXAMPLE

Page 2: CQRS on Azure

Agenda

Overview of the technology and terms Worked example Lessons learnt Next steps Questions and resources

Page 3: CQRS on Azure

Technology and terms

Aggregate

Something that is uniquely identifiable

Something that things happen to

Something we care about

Event

Something that happened

Projection

A way of getting state information from the events

Command

Something that causes event(s) to be recorded

Query

Something that the business or user wants to know

Page 4: CQRS on Azure

Event Streaming

Page 5: CQRS on Azure

Worked example

Page 6: CQRS on Azure

Lessons learnt

Separate business logic from implementation code

Build and grow your understanding by event storming sessions

A hybrid approach is perfectly reasonable – choose the tool for the job in hand

Don’t restrict yourself – Azure allows you to scale to “truly huge”

Experiment

Page 7: CQRS on Azure

Next steps

Analyse itApply itTry it

Page 8: CQRS on Azure

Questions and resources


Recommended