elastic / elasticsearch-rs
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.
  • 89 files, 68,231 LOC (100.0% vs. main code).
  • "elasticsearch" is biggest, containing 90.97% of LOC.
  • "xtask" is smallest, containing 0.36% of LOC.


elasticsearch62068 LOC (90%) 53 files
api_generator2968 LOC (4%) 15 files
yaml_test_runner2601 LOC (3%) 15 files
ROOT345 LOC (<1%) 3 files
xtask249 LOC (<1%) 3 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
elasticsearch146 commits (43%)
api_generator59 commits (17%)
yaml_test_runner35 commits (10%)
ROOT24 commits (7%)
xtask12 commits (3%)
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 2020 2019
elasticsearch
47
148
58
98
175
83
yaml_test_runner
16
13
8
11
38
api_generator
2
23
6
23
64
16
xtask
2
6
4
3
ROOT
1
3
2
10
8
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 yaml_test_runner yaml_test_runner yaml_test_runner--yaml_test_runner 2 elasticsearch elasticsearch yaml_test_runner--elasticsearch 3 xtask xtask yaml_test_runner--xtask 3 api_generator api_generator yaml_test_runner--api_generator 2 ROOT ROOT yaml_test_runner--ROOT 1 elasticsearch--elasticsearch 3 elasticsearch--api_generator 2 elasticsearch--ROOT 1 xtask--elasticsearch 3 xtask--api_generator 2 xtask--ROOT 1 api_generator--api_generator 1


2025-05-13 19:49