<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>FalkorDB on SoloSoft</title><link>https://www.solosoft.dev/tags/falkordb/</link><description>Recent content in FalkorDB 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/falkordb/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><item><title>FalkorDB: Ultra-Fast Open-Source Graph Database for Knowledge Graphs and GraphRAG</title><link>https://www.solosoft.dev/post/falkordb-graph-database-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/falkordb-graph-database-2026/</guid><description>&lt;p&gt;&lt;a href="https://github.com/FalkorDB/FalkorDB"&gt;FalkorDB&lt;/a&gt; is an ultra-fast, open-source multi-tenant property graph database built specifically for &lt;strong&gt;LLM Knowledge Graphs&lt;/strong&gt; and &lt;strong&gt;GraphRAG&lt;/strong&gt; (Graph-based Retrieval-Augmented Generation). As the direct successor to RedisGraph &amp;ndash; which was discontinued by Redis Inc. in 2023 &amp;ndash; FalkorDB has been adopted by a growing community of AI practitioners who need graph database performance optimized for the age of large language models.&lt;/p&gt;
&lt;p&gt;Under the hood, FalkorDB uses &lt;strong&gt;sparse matrix operations&lt;/strong&gt; via the GraphBLAS standard to represent and query graph adjacency matrices. This approach is fundamentally different from the index-based traversal used by most graph databases, and it is the key to FalkorDB&amp;rsquo;s millisecond-latency query performance even on graphs with millions of nodes.&lt;/p&gt;</description></item></channel></rss>