apache / datafusion-ray
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 6 components.
  • 55 files, 7,414 LOC (100.0% vs. main code).
  • "src" is biggest, containing 46.3% of LOC.
  • "ROOT" is smallest, containing 2.35% of LOC.


src3433 LOC (46%) 17 files
datafusion_ray2027 LOC (27%) 4 files
tpch818 LOC (11%) 24 files
k8s779 LOC (10%) 4 files
dev183 LOC (2%) 3 files
ROOT174 LOC (2%) 3 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
ROOT18 commits (41%)
src17 commits (39%)
tpch11 commits (25%)
datafusion_ray11 commits (25%)
dev3 commits (6%)
k8s1 commits (2%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024
src
37
20
tpch
31
3
ROOT
10
17
datafusion_ray
15
3
dev
3
2
k8s
4


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G src src src--src 7 tpch tpch src--tpch 8 datafusion_ray datafusion_ray src--datafusion_ray 7 ROOT ROOT src--ROOT 7 dev dev src--dev 1 k8s k8s src--k8s 1 tpch--tpch 2 tpch--datafusion_ray 7 tpch--ROOT 7 tpch--dev 1 tpch--k8s 1 datafusion_ray--datafusion_ray 5 datafusion_ray--ROOT 5 ROOT--ROOT 3 dev--datafusion_ray 1 dev--ROOT 2 dev--dev 2 k8s--datafusion_ray 1 k8s--ROOT 1 k8s--dev 1 k8s--k8s 1


2025-05-07 21:02