apache / doris-website
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 10 components.
  • 296 files, 20,814 LOC (2.1% vs. main code).
  • "src" is biggest, containing 78.42% of LOC.
  • "shared" is smallest, containing 0.04% of LOC.


src16323 LOC (1%) 264 files
i18n1632 LOC (<1%) 6 files
versioned_docs1069 LOC (<1%) 4 files
ROOT807 LOC (<1%) 7 files
scripts508 LOC (<1%) 6 files
templates307 LOC (<1%) 2 files
config79 LOC (<1%) 2 files
tools51 LOC (<1%) 1 file
static30 LOC (<1%) 3 files
shared8 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.
src311 commits (13%)
ROOT117 commits (5%)
scripts10 commits (<1%)
i18n5 commits (<1%)
static4 commits (<1%)
config3 commits (<1%)
versioned_docs2 commits (<1%)
shared1 commits (<1%)
templates1 commits (<1%)
tools1 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
src
87
490
280
153
ROOT
28
36
27
29
scripts
7
5
i18n
2
10
versioned_docs
5
static
1
2
1
templates
2
config
2
1
shared
1
tools
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 src src src--src 37 scripts scripts src--scripts 3 i18n i18n src--i18n 1 shared shared src--shared 1 ROOT ROOT ROOT--src 20 ROOT--ROOT 1 scripts--ROOT 3 scripts--scripts 1 versioned_docs versioned_docs versioned_docs--src 1 versioned_docs--versioned_docs 1 versioned_docs--i18n 2 i18n--i18n 2 config config config--src 1 config--ROOT 2 shared--ROOT 1


2025-05-07 17:41