<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Source Code on SoloSoft</title><link>https://www.solosoft.dev/tags/source-code/</link><description>Recent content in Source Code on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/source-code/index.xml" rel="self" type="application/rss+xml"/><item><title>Code-Graph: Open-Source Tool for Analyzing Source Code as Queryable Knowledge Graphs</title><link>https://www.solosoft.dev/post/code-graph-analyzer-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/code-graph-analyzer-2026/</guid><description>&lt;p&gt;Understanding unfamiliar codebases is one of the hardest challenges in software development. &lt;a href="https://github.com/FalkorDB/code-graph"&gt;Code-Graph&lt;/a&gt; by &lt;strong&gt;FalkorDB&lt;/strong&gt; tackles this problem in a novel way: by transforming source code repositories into fully queryable knowledge graphs that you can interrogate in natural language.&lt;/p&gt;
&lt;p&gt;Instead of reading through files linearly or relying on code search tools that treat code as flat text, Code-Graph analyzes your codebase at the &lt;strong&gt;Abstract Syntax Tree (AST)&lt;/strong&gt; level, extracting every significant entity &amp;ndash; classes, functions, methods, modules, arguments, variables &amp;ndash; and mapping their relationships into a property graph stored in &lt;strong&gt;FalkorDB&lt;/strong&gt;. The result is a structured, navigable representation of your entire codebase that supports natural language queries like &amp;ldquo;Show me all classes that depend on the DatabaseConnection class&amp;rdquo; or &amp;ldquo;Find unused utility functions in the auth module.&amp;rdquo;&lt;/p&gt;</description></item></channel></rss>