apache / iceberg-rust
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 5 components.
  • 169 files, 61,175 LOC (100.0% vs. main code).
  • "crates" is biggest, containing 99.26% of LOC.
  • "website" is smallest, containing 0.05% of LOC.


crates60721 LOC (99%) 156 files
ROOT201 LOC (<1%) 4 files
bindings155 LOC (<1%) 6 files
scripts70 LOC (<1%) 2 files
website28 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.
crates387 commits (71%)
ROOT94 commits (17%)
bindings15 commits (2%)
scripts5 commits (<1%)
website4 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
crates
299
692
143
ROOT
23
63
17
bindings
8
20
scripts
6
website
1
1
2


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 crates crates crates--crates 97 ROOT ROOT crates--ROOT 23 ROOT--ROOT 2 bindings bindings bindings--crates 2 bindings--ROOT 3 bindings--bindings 4 website website website--crates 1 website--ROOT 1 website--bindings 1


2025-05-07 20:50