How the components of a solution are structured internally, how they communicate with each other, and how they connect to the data and processes they depend on.
..."When a customer places an order, what happens in what order across which components?" Key decisions: Orchestration vs choreography — one component coordinates, or each component reacts independently. Compensation...