cqrs and the cloud

8
CQRS and the Cloud Command-Query responsibility segregation backed by Windows Azure

Upload: duncan-jones

Post on 22-Jun-2015

284 views

Category:

Technology


0 download

DESCRIPTION

How the CQRS architecture and cloud computing combine

TRANSCRIPT

Page 1: Cqrs and the cloud

CQRS and the Cloud

Command-Query responsibility segregation backed by Windows

Azure

Page 2: Cqrs and the cloud

Design goals

• Horizontal scalability• Flexible data model• Segregation of client data• Multiple user interfaces

Page 3: Cqrs and the cloud

Horizontal Scalability

Page 4: Cqrs and the cloud

Flexible data model

Page 5: Cqrs and the cloud

Segregation of client data

Page 6: Cqrs and the cloud

Multiple user interfaces

API

Internet

Mobile

Page 7: Cqrs and the cloud

CQRS Overview

Command

Definition

Handler

Query

Definition

Handler

Write Model Read Model

Page 8: Cqrs and the cloud

Data SegregationWrite Model Read Model

• Client Data Container

• Common Data Container