SlideShare a Scribd company logo
Building
Autonomous
Services
Matthias Noback
@matthiasnoback
Building autonomous services
Building autonomous services
Building autonomous services
This workshop only deals
with queries
Building autonomous services
Building autonomous services
Building autonomous services
"What's the current
state of something-
something?"
The current state is the
result of all past events
Building autonomous services
Building autonomous services
Building autonomous services
Building autonomous services
tail -n 1 -f
Solving the query issue
1. Services publish their events.
2. Other services subscribe to these events and update their
own state accordingly.
3. They can build up any projection they like. This gives
them the answers they need, without even asking.
About the domain
• We have a much simplified warehousing domain with
several contexts:
1.Managing products in a catalog.
2.Receiving products (that were previously purchased from
a supplier). This increases our stock levels for the received
products.
3.Selling products from stock. A "sales order" represents the
fact that we reserve the ordered products. This effectively
decreases the stock levels for the ordered products.
Demo
Assignments
• 01.md - warming up
• 02.md (ultimate edition)
• Take a look at tips-and-tricks.md
https://training.matthiasnoback.nl/

More Related Content

PDF
Hexagonal Symfony - SymfonyCon Amsterdam 2019
PDF
Rector fireside chat - PHPMiNDS meetup
PDF
Service abstractions - Part 1: Queries
PDF
Advanced web application architecture - PHP Barcelona
PDF
A testing strategy for hexagonal applications
PDF
Advanced web application architecture - Talk
PDF
DPC 2019, Amsterdam: Beyond design patterns and principles - writing good OO ...
PDF
Layers, ports and adapters
Hexagonal Symfony - SymfonyCon Amsterdam 2019
Rector fireside chat - PHPMiNDS meetup
Service abstractions - Part 1: Queries
Advanced web application architecture - PHP Barcelona
A testing strategy for hexagonal applications
Advanced web application architecture - Talk
DPC 2019, Amsterdam: Beyond design patterns and principles - writing good OO ...
Layers, ports and adapters

More from Matthias Noback (20)

PDF
Beyond design principles and patterns (muCon 2019 edition)
PDF
Brutal refactoring, lying code, the Churn, and other emotional stories from L...
PDF
Advanced web application architecture Way2Web
PDF
Brutal refactoring, lying code, the Churn, and other emotional stories from L...
PDF
Beyond Design Principles and Patterns
PDF
Building Autonomous Services
PDF
Advanced Application Architecture Symfony Live Berlin 2018
PDF
Designing for Autonomy
PDF
Docker workshop
PDF
Docker swarm workshop
PDF
Docker compose workshop
PDF
Designing for autonomy
PDF
Advanced application architecture
PDF
Continously delivering containerized microservices
PDF
Apprendre le français
PDF
Living Documentation (presentation)
PDF
TDD - A Reminder of the Principles
PDF
Docker workshop
PDF
CQRS & Event Sourcing
PDF
Advanced Application Architecture (workshop slides)
Beyond design principles and patterns (muCon 2019 edition)
Brutal refactoring, lying code, the Churn, and other emotional stories from L...
Advanced web application architecture Way2Web
Brutal refactoring, lying code, the Churn, and other emotional stories from L...
Beyond Design Principles and Patterns
Building Autonomous Services
Advanced Application Architecture Symfony Live Berlin 2018
Designing for Autonomy
Docker workshop
Docker swarm workshop
Docker compose workshop
Designing for autonomy
Advanced application architecture
Continously delivering containerized microservices
Apprendre le français
Living Documentation (presentation)
TDD - A Reminder of the Principles
Docker workshop
CQRS & Event Sourcing
Advanced Application Architecture (workshop slides)
Ad

Recently uploaded (20)

PDF
medical staffing services at VALiNTRY
PDF
System and Network Administraation Chapter 3
PDF
Softaken Excel to vCard Converter Software.pdf
PPTX
Transform Your Business with a Software ERP System
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
L1 - Introduction to python Backend.pptx
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
Digital Strategies for Manufacturing Companies
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
Odoo POS Development Services by CandidRoot Solutions
PPTX
Online Work Permit System for Fast Permit Processing
medical staffing services at VALiNTRY
System and Network Administraation Chapter 3
Softaken Excel to vCard Converter Software.pdf
Transform Your Business with a Software ERP System
CHAPTER 2 - PM Management and IT Context
Upgrade and Innovation Strategies for SAP ERP Customers
L1 - Introduction to python Backend.pptx
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Understanding Forklifts - TECH EHS Solution
Design an Analysis of Algorithms II-SECS-1021-03
How to Choose the Right IT Partner for Your Business in Malaysia
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
ISO 45001 Occupational Health and Safety Management System
Digital Strategies for Manufacturing Companies
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Which alternative to Crystal Reports is best for small or large businesses.pdf
How to Migrate SBCGlobal Email to Yahoo Easily
Odoo POS Development Services by CandidRoot Solutions
Online Work Permit System for Fast Permit Processing
Ad

Building autonomous services