Logo
NeoArc Studio

Getting Started with Architecture Maps

Learn what architecture maps are, how to create one, and how to add nodes representing your data layers and system components.

Architecture maps give you a visual overview of your entire data landscape. They show how data flows from external sources through your model, into projections, and out to APIs and user interfaces. Rather than describing architecture in text, you lay it out on a grid-based canvas where each node represents a real artefact in your project.

Why Use Architecture Maps

Creating an Architecture Map

The Grid Canvas

Architecture maps use a grid-based layout. Nodes snap to grid cells, making it straightforward to align elements and maintain a tidy diagram. You can resize nodes to span multiple cells when you need to represent larger subsystems or groupings.

Node Types at a Glance

Node TypeRepresentsSource
ExternalSystems outside your project boundaryAdded manually
ModelYour canonical data modelImported from project
ProjectionA transformation of model data for a specific concernImported from project
IntegrationAPIs, webhooks, or other outbound connectionsImported from project

Next Steps