apache / pekko-persistence-r2dbc
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 6 components.
  • 55 files, 6,493 LOC (93.0% vs. main code).
  • "core" is biggest, containing 53.04% of LOC.
  • "ROOT" is smallest, containing 1.59% of LOC.


core3444 LOC (49%) 25 files
projection2097 LOC (30%) 12 files
migration336 LOC (4%) 2 files
project282 LOC (4%) 10 files
ddl-scripts231 LOC (3%) 5 files
ROOT103 LOC (1%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
project98 commits (26%)
ROOT56 commits (15%)
ddl-scripts41 commits (11%)
core12 commits (3%)
projection10 commits (2%)
migration3 commits (<1%)
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 2022 2021
project
3
26
52
18
22
core
27
65
ROOT
12
26
1
17
projection
10
42
ddl-scripts
2
6
6
55
migration
6


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 core core core--core 2 project project project--core 2 projection projection projection--core 1 projection--project 1 projection--projection 1 ddl-scripts ddl-scripts ddl-scripts--core 1 ddl-scripts--project 1 ddl-scripts--ddl-scripts 1


2025-05-07 20:43