apache / incubator-pegasus
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.
  • 931 files, 138,590 LOC (100.0% vs. main code).
  • "src" is biggest, containing 78.98% of LOC.
  • "cmake_modules" is smallest, containing 0.5% of LOC.


src109452 LOC (78%) 608 files
java-client10111 LOC (7%) 111 files
admin-cli5991 LOC (4%) 81 files
go-client4359 LOC (3%) 50 files
nodejs-client1877 LOC (1%) 10 files
python-client1466 LOC (1%) 15 files
idl1361 LOC (<1%) 12 files
scripts1354 LOC (<1%) 5 files
pegic1077 LOC (<1%) 23 files
scala-client849 LOC (<1%) 10 files
cmake_modules693 LOC (<1%) 6 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 26 dependencies.
G idl idl go-client go-client cmake_modules cmake_modules admin-cli admin-cli admin-cli->go-client 22 scala-client scala-client python-client python-client nodejs-client nodejs-client java-client java-client scripts scripts pegic pegic pegic->go-client 4 src src


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.
src922 commits (17%)
idl24 commits (<1%)
java-client19 commits (<1%)
admin-cli13 commits (<1%)
go-client12 commits (<1%)
scripts8 commits (<1%)
cmake_modules7 commits (<1%)
python-client6 commits (<1%)
nodejs-client6 commits (<1%)
scala-client4 commits (<1%)
pegic2 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
src
1222
1802
873
1085
167
430
70
admin-cli
311
java-client
8
268
go-client
3
233
python-client
5
61
nodejs-client
6
45
idl
7
29
3
1
1
8
pegic
28
scala-client
24
cmake_modules
1
11
scripts
6
1
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 src src src--src 49 idl idl src--idl 2 java-client java-client java-client--java-client 1 go-client go-client go-client--go-client 1


2023-08-10 15:57