These are FalkorDB graph node properties, not the DuckDB column schema — and the counts are stale.Function below lists 8 properties and omits return_type, domain, num_params, annotated_args, _version, and _extracted_at. The “~18,420 nodes” figure is against ~59,000 actual.DuckDB is the primary analytical store, but its internal schema is outside this public reference. See API Schemas for stable response and request fields.

Node Types

The FL Repos graph contains 22,104 nodes across 12 node types. Each node type models a distinct concept in the software engineering domain.

Repository

The top-level node type. Every analyzed Git repository is a Repository node. Count: 131 nodes

Dependency

An external package or library that a repository imports. Count: ~2,140 nodes

Function

A named function or method extracted from source code. Count: ~18,420 nodes

Class

A class definition extracted from source code. Count: ~4,210 nodes

SourceFile

A source code file analyzed during ingestion. Count: ~9,830 nodes

APIEndpoint

An HTTP endpoint discovered via URL configuration parsing. Count: ~1,847 nodes

DataModel

A Django ORM model class. Count: ~312 nodes

ModelField

An individual field on a Django ORM model. Count: ~4,840 nodes

TestCase

A test function or test class discovered in test files. Count: ~6,930 nodes

Contributor

A Git author who has committed to one or more repositories. Count: ~47 nodes

SecurityPattern

A detected security-relevant code pattern. Count: ~84 nodes

ConfigFile

A configuration file detected in a repository. Count: ~893 nodes