Top Banner
Event-Sourcing your AngularJS applications MAURICE DE BEIJER - @MAURICEDB
26

Event sourcing your AngularJS applications

Aug 07, 2015

Download

Technology

nextbuild
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Event sourcing your AngularJS applications

Event-Sourcing your AngularJS applicationsMAURICE DE BEIJER - @MAURICEDB

Page 2: Event sourcing your AngularJS applications

Who am I? Maurice de Beijer

The Problem Solver

Microsoft Integration MVP

Freelance developer

DevelopMentor instructor

Twitter: @mauricedb

Blog: http://msmvps.com/blogs/TheProblemSolver/

Web: http://www.TheProblemSolver.nl

E-mail: [email protected]

Page 3: Event sourcing your AngularJS applications
Page 4: Event sourcing your AngularJS applications

Data Storage Maturity Model

3 - Event Sourcing

2 - CQRS

1 - Structured storage

0 – Data Dump

Page 5: Event sourcing your AngularJS applications

Data Storage Maturity Model

3 - Event Sourcing

2 - CQRS

1 - Structured storage

0 – Data Dump

Page 6: Event sourcing your AngularJS applications
Page 7: Event sourcing your AngularJS applications
Page 8: Event sourcing your AngularJS applications
Page 9: Event sourcing your AngularJS applications

(Semi) Structured storage

Database CRUD Server HTTP Browser

Page 10: Event sourcing your AngularJS applications
Page 11: Event sourcing your AngularJS applications
Page 12: Event sourcing your AngularJS applications

Data Storage Maturity Model

3 - Event Sourcing

2 - CQRS

1 - Structured storage

0 – Data Dump

Page 13: Event sourcing your AngularJS applications

Command Query Responsibility Segregation

Page 14: Event sourcing your AngularJS applications

Command Query Responsibility Segregation

Database

Query ServiceHTTP

Browser

Command ServiceHTTP

Read

Update

Page 15: Event sourcing your AngularJS applications
Page 16: Event sourcing your AngularJS applications
Page 17: Event sourcing your AngularJS applications

Data Storage Maturity Model

3 - Event Sourcing

2 - CQRS

1 - Structured storage

0 – Data Dump

Page 18: Event sourcing your AngularJS applications
Page 19: Event sourcing your AngularJS applications
Page 20: Event sourcing your AngularJS applications

Event Sourcing

ProjectionsDatabase

Query ServiceHTTP

Browser

Command Service

HTTP

Read

UpdateEventsDatabase

Projector Service

Page 21: Event sourcing your AngularJS applications
Page 22: Event sourcing your AngularJS applications
Page 23: Event sourcing your AngularJS applications
Page 24: Event sourcing your AngularJS applications
Page 25: Event sourcing your AngularJS applications
Page 26: Event sourcing your AngularJS applications