apache / iceberg-go
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 9 components.
  • 62 files, 19,555 LOC (100.0% vs. main code).
  • "table" is biggest, containing 39.91% of LOC.
  • "utils" is smallest, containing 0.08% of LOC.


table7804 LOC (39%) 21 files
ROOT6873 LOC (35%) 14 files
catalog2845 LOC (14%) 9 files
internal742 LOC (3%) 6 files
cmd640 LOC (3%) 2 files
io534 LOC (2%) 7 files
config69 LOC (<1%) 1 file
dev33 LOC (<1%) 1 file
utils15 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.
catalog40 commits (27%)
ROOT39 commits (27%)
table38 commits (26%)
cmd14 commits (9%)
internal13 commits (9%)
io13 commits (9%)
config4 commits (2%)
utils2 commits (1%)
dev1 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
table
92
28
5
ROOT
42
46
11
catalog
79
3
io
17
8
3
cmd
9
7
internal
14
3
config
3
1
utils
2
dev
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 table table table--table 18 catalog catalog table--catalog 6 cmd cmd table--cmd 2 config config table--config 2 catalog--catalog 17 catalog--config 2 ROOT ROOT ROOT--table 12 ROOT--catalog 6 ROOT--ROOT 11 io io ROOT--io 2 ROOT--cmd 1 internal internal internal--table 7 internal--catalog 3 internal--ROOT 7 internal--internal 3 internal--cmd 1 internal--config 1 io--table 4 io--catalog 3 io--internal 2 io--io 6 io--cmd 2 cmd--catalog 6 cmd--cmd 1 config--ROOT 1 config--io 1 config--cmd 2 utils utils utils--table 1 utils--catalog 2 utils--ROOT 1 utils--internal 1 utils--io 2 utils--cmd 1 utils--config 1


2025-05-07 20:51