An architectural decision guide for single or multiple Stores.
trails/{trailId}
: Provides information about the ski trail.resorts/{resortId}/status/trails/{trailId}
: Provides the status of the ski trail.weather/{resortId}
: Provides weather information for a ski resort.TrailDetail
domain model. But should we use a single Store or multiple Stores? Let’s explore the key factors that will help us make that decision.