apache / dubbo-go-pixiu
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 12 components.
  • 1,090 files, 184,675 LOC (99.5% vs. main code).
  • "pilot" is biggest, containing 27.93% of LOC.
  • "configs" is smallest, containing 0.04% of LOC.


pilot51585 LOC (27%) 261 files
manifests37331 LOC (20%) 136 files
pkg30802 LOC (16%) 215 files
operator18686 LOC (10%) 80 files
pixiu17621 LOC (9%) 202 files
istioctl14902 LOC (8%) 75 files
security6970 LOC (3%) 60 files
tools5729 LOC (3%) 48 files
common580 LOC (<1%) 4 files
cmd208 LOC (<1%) 4 files
configcenter189 LOC (<1%) 3 files
configs72 LOC (<1%) 2 files
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 21 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 21 links contain 242 dependencies.
  • There are 6 places (12 links) with cyclic dependencies (187 file dependencies).
G cmd cmd pixiu pixiu cmd->pixiu 2 pilot pilot cmd->pilot 2 pkg pkg cmd->pkg 2 tools tools istioctl istioctl tools->istioctl 1 tools->pkg 10 security security security->pkg 7 configcenter configcenter configcenter->pixiu 2 configcenter->pilot 2 pixiu->configcenter 1 common common istioctl->tools 1 istioctl->pilot 1 operator operator istioctl->operator 12 istioctl->pkg 28 configs configs pilot->security 6 pilot->pkg 128 manifests manifests operator->istioctl 3 operator->manifests 2 operator->pkg 10 pkg->security 3 pkg->pilot 16 pkg->operator 3


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.
configs131 commits (7%)
cmd74 commits (4%)
pixiu28 commits (1%)
pkg17 commits (<1%)
pilot7 commits (<1%)
manifests7 commits (<1%)
operator4 commits (<1%)
security3 commits (<1%)
tools3 commits (<1%)
istioctl3 commits (<1%)
common1 commits (<1%)
configcenter1 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
pilot
27
477
pkg
13
392
pixiu
53
318
manifests
40
157
operator
7
146
istioctl
8
144
security
2
108
tools
1
78
cmd
2
27
84
configs
11
66
60
common
4
configcenter
3


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 pixiu pixiu pixiu--pixiu 5 pilot pilot pixiu--pilot 2 manifests manifests pixiu--manifests 1 pkg pkg pixiu--pkg 1 pilot--pilot 2 pilot--manifests 2 manifests--manifests 2 pkg--pilot 2 pkg--manifests 2 pkg--pkg 2 cmd cmd cmd--cmd 1


2023-08-10 23:32