In this video, learn the basics of what a microservice is.
- [Instructor] Now let's move on … to implementation architectures. … Nowadays, the microservice is by far … the most common way that DDD is implemented. … As I said back in the first movie … that's not always the case. … It is possible to implement a DDD architecture … inside a large monolith, for example. … But you'll find that your monolith … will be organized much like a set … of microservices even if you're not implementing … as a physical set of microservices. … So let's spend a moment … and look at what microservices actually are. … Microservices solve a specific problem … and that problem is the monolith, the giant program … that has everything in it. … Some of these things can be 500,000 … or a million lines of code. … They are very complicated and hard to deal with. … And in fact that complexity is the biggest problem … of the monolith. … There are a lot of internal connections … and a lot of dependencies within the monolith … that make it almost impossible to work on. … The idea of the microservice is to take …
Released
9/18/2019- How DDD differs from other architectural approaches
- How DDD fits with agile
- Advantages of microservices
- Bounded contexts and entities
- Reactive vs. declarative systems
- Using event storming to develop a DDD architecture
Share this video
Embed this video
Video: What is a microservice?