Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.26 KB

order_domain.md

File metadata and controls

15 lines (10 loc) · 1.26 KB

Order Domain

The Order Domain consists of 1 major subsystem and 1 major database. It manages and controls access to current and past orders, providing data to authorized users.

The Order Service provides the interface and authorization based on presented ID. All requests to the order domain must go through the Order Service. The Order Service must be rapidly scalable/burstable to handle the bursty nature of demands, able to maintain high availability and low latency not only when demand is low (local midnight/early mornings), but also at times when demand can spike quickly (local lunchtime)

The Order Database maintains the source of truth for the for all orders. It includes current, fulfilled, and canceled orders.

Comminicates With: