apache / nifi-minifi-cpp
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.
  • 1,153 files, 103,309 LOC (100.0% vs. main code).
  • "extensions" is biggest, containing 48.53% of LOC.
  • "docker" is smallest, containing 0% of LOC.


extensions50131 LOC (48%) 518 files
libminifi40869 LOC (39%) 484 files
cmake5815 LOC (5%) 83 files
nanofi4239 LOC (4%) 37 files
minifi_main1019 LOC (<1%) 9 files
encrypt-config524 LOC (<1%) 11 files
controller406 LOC (<1%) 3 files
ROOT208 LOC (<1%) 3 files
github_scripts88 LOC (<1%) 1 file
conf6 LOC (<1%) 1 file
docker4 LOC (<1%) 3 files
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 3 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 3 links contain 71 dependencies.
G ROOT ROOT minifi_main minifi_main libminifi libminifi minifi_main->libminifi 1 docker docker encrypt-config encrypt-config cmake cmake nanofi nanofi nanofi->libminifi 3 controller controller extensions extensions extensions->libminifi 67 github_scripts github_scripts conf conf


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.
libminifi624 commits (40%)
extensions533 commits (34%)
cmake218 commits (14%)
nanofi75 commits (4%)
controller42 commits (2%)
minifi_main19 commits (1%)
ROOT11 commits (<1%)
encrypt-config11 commits (<1%)
conf4 commits (<1%)
github_scripts2 commits (<1%)
docker1 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 2017 2016
extensions
620
1282
1376
675
364
214
116
libminifi
498
886
826
988
269
543
904
28
cmake
49
96
77
43
58
11
39
minifi_main
17
19
nanofi
7
11
75
71
67
41
controller
8
9
12
6
4
13
encrypt-config
9
12
18
docker
3
github_scripts
2
ROOT
1
4
3
3
conf
1
2
1


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 libminifi libminifi libminifi--libminifi 36 extensions extensions libminifi--extensions 28 minifi_main minifi_main libminifi--minifi_main 4 controller controller libminifi--controller 2 extensions--extensions 32 cmake cmake extensions--cmake 6 extensions--minifi_main 3 extensions--controller 1 cmake--libminifi 6 cmake--cmake 9 controller--cmake 2 controller--controller 1 nanofi nanofi nanofi--libminifi 2 nanofi--extensions 2 nanofi--cmake 1 nanofi--minifi_main 1 nanofi--controller 1 nanofi--nanofi 1 docker docker docker--extensions 1 docker--cmake 1 docker--docker 1


2023-08-10 16:42