apache / camel-k
Components & Dependencies

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.

Learn more...
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 11 components.
  • 796 files, 158,010 LOC (100.0% vs. main code).
  • "pkg" is biggest, containing 33.63% of LOC.
  • "cicd" is smallest, containing 0.05% of LOC.


pkg53138 LOC (33%) 561 files
helm32010 LOC (20%) 19 files
install31968 LOC (20%) 64 files
config31941 LOC (20%) 59 files
resources4704 LOC (2%) 11 files
addons2566 LOC (1%) 61 files
cmd1032 LOC (<1%) 11 files
proposals267 LOC (<1%) 3 files
ROOT186 LOC (<1%) 1 file
script112 LOC (<1%) 4 files
cicd86 LOC (<1%) 2 files
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 2 links (arrows) between components.
  • The number on the arrow represents the number of files from referring component that depend on files in referred component.
  • These 2 links contain 23 dependencies.
G cmd cmd pkg pkg cmd->pkg 7 install install config config resources resources addons addons addons->pkg 16 script script cicd cicd ROOT ROOT helm helm proposals proposals


Download: SVG DOT (open online Graphviz editor)

Open 3D force graph...

Show more details about dependencies...




Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
pkg2134 commits (44%)
helm227 commits (4%)
config208 commits (4%)
addons110 commits (2%)
resources84 commits (1%)
cmd77 commits (1%)
ROOT51 commits (1%)
proposals10 commits (<1%)
script10 commits (<1%)
install8 commits (<1%)
cicd3 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2023 2022 2021 2020 2019 2018
pkg
1320
1225
1668
1221
1572
326
config
128
143
163
51
helm
106
159
122
90
addons
94
57
67
33
resources
28
30
32
ROOT
21
15
8
5
2
cmd
22
13
45
23
17
8
script
2
10
6
install
4
6
7
cicd
5
proposals
5
5


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 pkg pkg pkg--pkg 90 config config pkg--config 42 helm helm pkg--helm 33 addons addons pkg--addons 15 resources resources pkg--resources 11 cmd cmd pkg--cmd 4 config--config 27 config--addons 10 config--resources 7 helm--config 34 helm--helm 23 helm--addons 9 helm--resources 7 addons--addons 13 addons--resources 2 cmd--addons 2 cmd--cmd 5 install install install--pkg 2 install--config 3 cicd cicd cicd--resources 1 cicd--cicd 2 script script script--pkg 1


2023-08-10 21:21