内部系统全景. Copy the source, paste into the official playground, done. No coordinates — every position is stated relative to something else.
node crm "CRM"
node erp "ERP" right of crm
node bi "BI" right of erp
node portal "Portal" below crm
node etl "ETL" below erp
edge crm -> etl
edge erp -> etl
edge etl -> bi
edge portal -> crmnpx reladraw system-landscape.reladraw -o out.svgThe internal-systems map: CRM, ERP and BI beside each other, a portal feeding the CRM, and an ETL layer moving data between them. Use it in onboarding docs and integration planning — every new engineer asks what talks to what in week one.
node dwh "Warehouse" right of bi and edge bi -> dwh "sync".edge etl -> bi "nightly batch" vs edge web -> crm "realtime".node erp "ERP (legacy, sunsetting 2027)" — landscape docs age well with dates.The one-page map of your organization’s software: each major system as a node, integrations as edges. It answers what exists and what connects to what — the first diagram every new engineer needs.
Major systems and integration directions only. Column lists, table names, and API routes belong one level down — a landscape that tries to show everything stops being read.
Every edge already has an arrow. For mixed flows, draw two edges with different labels (sync vs nightly) — the pair tells the real story.