apache / incubator-seata-k8s
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 7 components.
  • 49 files, 2,679 LOC (100.0% vs. main code).
  • "config" is biggest, containing 40.05% of LOC.
  • "ROOT" is smallest, containing 2.61% of LOC.


config1073 LOC (40%) 29 files
api615 LOC (22%) 4 files
pkg328 LOC (12%) 4 files
controllers312 LOC (11%) 1 file
example196 LOC (7%) 8 files
deploy85 LOC (3%) 2 files
ROOT70 LOC (2%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
controllers8 commits (40%)
api7 commits (35%)
config7 commits (35%)
deploy6 commits (30%)
pkg5 commits (25%)
ROOT2 commits (10%)
example1 commits (5%)
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
config
2
40
api
3
13
pkg
10
controllers
1
7
deploy
5
1
ROOT
2
example
8


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 config config api api config--api 2 api--api 1 controllers controllers controllers--config 1 controllers--api 1


2025-05-07 19:51