Examples
Big Bank plc
System Landscape

System Landscape

The landscape view is a high-level overview of the system, showing the major systems and how they relate to each other. Structurizr uses the systemlandscape for this view.

There are no special view types in LikeC4.
Each view is defined by the predicates what to include/exclude, like include * below.

We create index view "of bigbank", as this is the top-level system which landscape we want to visualize.

views {
  view index of bigbank {
    title "Big Bank - Landscape"
    include *
  }
}

The diagram:

rendering...