BartekR profile pic

BartekR

SQL Server. SSIS. PowerShell. Azure.
1 wife. 1 kid. 4 dogs. 10 cats.

Recently I attended the AppDev PASS Virtual Group webinar about graphs in SQL Server 2017. When the demo about car manufacturing structure appeared in Power BI (49th minute of the recording - using Force-directed graph plugin) the idea struck: how about visualising SSIS packages' relations using graphs and Power BI?

Maybe it won’t work, maybe there are limitations I’m not aware right now, but I have to try. This post will serve as the gateway to the series of post where I will write about my findings on graphs in SQL Server, their visualisations, querying, structure defining, Power BI embracement and - of course - SSIS.

For a time of writing I know there are some limitations about graph querying for hierarchical data - but only until next CTP, so I will start slow - with defining the sample project and a graph itself. The rough roadmap below:

  • creating sample SSIS project with Sequence Containers, Execute Package Tasks, different precedence constraints
  • internal SSIS package structure analysis - how to turn that data into graphs
  • graph structure modelling and transforming the SSIS package data into graph data
  • visualising it all in Power BI

Looks surprisingly easy. Waiting for the first hurdle.

Series parts:

Recent Posts

Categories

About

Posts about SQL Server, SSIS and automation for my future self, but you might find something useful.