Completed
Transformation process
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Journey to Microservices from a Startup Perspective
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Each journey is different
- 3 After an evolving while ...
- 4 Separate Collaboration Apps
- 5 Small, autonomous teams
- 6 Microservices come with complexity
- 7 Challenges of transformation
- 8 Transformation process
- 9 Key concepts of modelling Microservices
- 10 Identify Bounded Contexts
- 11 First approach as a co-existing service
- 12 Heavy undertake if you do all at once
- 13 Extracting Web App
- 14 Extracting Business Logic
- 15 Extracting Data Storage
- 16 Which one first?
- 17 Stop feeding the monolith
- 18 Security: Auth-Server with API-Gateway as Token
- 19 Service Discovery w/ Spring Cloud & Eureka
- 20 Dynamic client-side Loadbalancing w/ Ribbon
- 21 Design for Failure w/ Hystrix
- 22 Monitoring w/ Hystrix Dashboard & Turbine
- 23 Current ecosystem so far.
- 24 A lot to cover to establish a Microservices ecosystem
- 25 Lessons learned
- 26 Summary