<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Dependency-Graphs on PowerShell.org - Welcome Automaters!</title><link>https://powershell.org/tags/dependency-graphs/</link><description>Recent content in Dependency-Graphs on PowerShell.org - Welcome Automaters!</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 22 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://powershell.org/tags/dependency-graphs/index.xml" rel="self" type="application/rss+xml"/><item><title>Analyze Dependencies with PSQuickGraph and PSGraphView</title><link>https://powershell.org/articles/2026-08-22-analyze-dependencies-with-psquickgraph-and-psgraphview/</link><pubDate>Sat, 22 Aug 2026 00:00:00 +0000</pubDate><guid>https://powershell.org/articles/2026-08-22-analyze-dependencies-with-psquickgraph-and-psgraphview/</guid><description>&lt;p&gt;PowerShell is excellent at collecting objects. The harder question often comes
one step later: how are those objects related?&lt;/p&gt;
&lt;p&gt;A table can tell us that an Orders API uses a database, a message broker, and a
vault. It is much less useful when we need to answer questions such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What will be affected if Azure Service Bus is unavailable?&lt;/li&gt;
&lt;li&gt;Why does the customer-facing application depend on Key Vault?&lt;/li&gt;
&lt;li&gt;In what order should the platform be deployed or migrated?&lt;/li&gt;
&lt;li&gt;Where are the cycles and tightly coupled groups when the model grows?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Those are graph questions. &lt;a href="https://github.com/eosfor/PSGraph"&gt;PSGraph&lt;/a&gt; provides
the graph model and algorithms through the &lt;code&gt;PSQuickGraph&lt;/code&gt; PowerShell module. The
sibling &lt;a href="https://github.com/eosfor/PSGraphView"&gt;PSGraphView&lt;/a&gt; module renders those
models as Graphviz, Vega, MSAGL, and design structure matrix views.&lt;/p&gt;</description></item></channel></rss>