apache / kudu
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 8 components.
  • 1,669 files, 373,794 LOC (100.0% vs. main code).
  • "src" is biggest, containing 89.79% of LOC.
  • "docker" is smallest, containing 0.07% of LOC.


src335648 LOC (89%) 1,352 files
java27989 LOC (7%) 215 files
python3053 LOC (<1%) 16 files
build-support3010 LOC (<1%) 20 files
cmake_modules1745 LOC (<1%) 32 files
www1478 LOC (<1%) 22 files
kubernetes591 LOC (<1%) 9 files
docker280 LOC (<1%) 3 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
src5133 commits (48%)
java507 commits (4%)
python123 commits (1%)
build-support108 commits (1%)
cmake_modules87 commits (<1%)
www65 commits (<1%)
docker11 commits (<1%)
kubernetes5 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012
src
265
873
907
1135
1200
2993
2032
2083
4310
5227
5747
3151
java
8
15
41
64
120
197
501
262
358
432
python
4
21
2
8
10
6
38
7
131
22
build-support
1
1
5
3
7
23
21
45
7
25
13
6
cmake_modules
2
2
4
27
9
3
5
12
30
28
27
25
9
kubernetes
5
11
www
1
4
3
7
37
19
16
6
5
2
1
docker
1
2
9


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 54 cmake_modules cmake_modules src--cmake_modules 1 java java java--java 1


2025-05-07 15:58