Don't try to build a single, unified model for a large domain. Instead DDD advises us to divide such a domain into many bounded contexts with explicit relationships between them.| martinfowler.com
Intro For a good sized microservice herd it’s important to know how these services relate to each other. How much internal traffic does X service get, what’s the order of the microservices from the user’s request point of view, etc etc. Drawing this diagram shouldn’t, but often is, engineers “just knowing” the system in their heads then putting it…| blog.wilcoxd.com
Herds of microservices, flocks of people, and those that take care of them I’ve been in big enterprises, as a day job, for almost 6 years now. I’ve also been working on, and growing, a large scale microservice architecture (about 150 microservices) for about 18 months. In one way microservices give large enterprises the ability to split large work…| blog.wilcoxd.com