Monolith Decomposition Patterns
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore monolith decomposition patterns in this 44-minute conference talk from GOTO Berlin 2019. Learn key principles and patterns for incrementally breaking down existing systems into microservices while continuing to ship new features. Discover strategies for migrating functionality out of legacy systems and vendor products, including strangler patterns and change data capture. Gain insights on avoiding problematic big bang migrations from monolithic to microservice architectures. Examine various monolithic structures, continuous delivery practices, and database refactoring techniques. Delve into topics such as the Strangler Fig Pattern, Branch by Abstraction, and CAP theory to enhance your understanding of modern software architecture transformation.
Syllabus
Introduction
Monoliths
Simple monolithic
Modular monolithic
Third party monolithic
Distributed monolithic
Release train
Continuous delivery
Microservices
Incremental Migration
Strangler Fig Pattern
System Driven via HTTP
Branch by Abstraction
Refactoring
Database Refactoring
Partitions
Cap Theory
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube