netflix / atlas
Static Component Dependencies

An overview of static code dependencies among source code logical components.

Intro

Static code dependencies refer to the relationships between different modules, libraries, or components in a software system that are established at compile-time rather than at runtime. These dependencies are determined by the code itself, meaning that one module directly references another through imports, includes, or explicit references in the code. Examples include:

Learn more...
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 20 components.
  • 373 files, 30,263 LOC (100.0% vs. main code).
  • "atlas-core" is biggest, containing 45.12% of LOC.
  • "atlas-pekko-testkit" is smallest, containing 0.05% of LOC.


atlas-core13656 LOC (45%) 138 files
atlas-eval4074 LOC (13%) 50 files
atlas-chart3840 LOC (12%) 58 files
atlas-pekko1722 LOC (5%) 25 files
atlas-jmh1472 LOC (4%) 32 files
atlas-webapi1320 LOC (4%) 12 files
atlas-lwc-events1096 LOC (3%) 11 files
atlas-postgres1065 LOC (3%) 9 files
atlas-lwcapi936 LOC (3%) 15 files
atlas-json308 LOC (1%) 5 files
project263 LOC (<1%) 6 files
ROOT169 LOC (<1%) 1 file
atlas-spring-pekko77 LOC (<1%) 3 files
conf61 LOC (<1%) 1 file
atlas-standalone55 LOC (<1%) 2 files
atlas-spring-lwc-events46 LOC (<1%) 1 file
atlas-spring-eval39 LOC (<1%) 1 file
atlas-spring-lwcapi30 LOC (<1%) 1 file
atlas-spring-webapi20 LOC (<1%) 1 file
atlas-pekko-testkit14 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 27 links (arrows) between components.
  • The number on the arrow represents the number of files from referring component that depend on files in referred component.
  • These 27 links contain 213 dependencies.
G atlas-lwc-events atlas-lwc-events atlas-core atlas-core atlas-lwc-events->atlas-core 5 atlas-json atlas-json atlas-lwc-events->atlas-json 4 atlas-jmh atlas-jmh atlas-lwc-events->atlas-jmh 8 conf conf atlas-spring-webapi atlas-spring-webapi atlas-spring-webapi->atlas-core 1 atlas-spring-lwcapi atlas-spring-lwcapi atlas-chart atlas-chart atlas-chart->atlas-core 14 atlas-chart->atlas-jmh 14 atlas-eval atlas-eval atlas-eval->atlas-core 21 atlas-eval->atlas-chart 7 atlas-spring-pekko atlas-spring-pekko atlas-eval->atlas-spring-pekko 10 atlas-pekko atlas-pekko atlas-eval->atlas-pekko 10 atlas-eval->atlas-jmh 25 project project atlas-standalone atlas-standalone atlas-spring-eval atlas-spring-eval atlas-webapi atlas-webapi atlas-webapi->atlas-core 7 atlas-webapi->atlas-chart 3 atlas-webapi->atlas-eval 3 atlas-webapi->atlas-spring-pekko 7 atlas-webapi->atlas-pekko 7 atlas-webapi->atlas-jmh 8 atlas-pekko->atlas-json 3 atlas-pekko->atlas-jmh 3 atlas-postgres atlas-postgres atlas-postgres->atlas-core 6 atlas-postgres->atlas-jmh 6 atlas-spring-lwc-events atlas-spring-lwc-events ROOT ROOT atlas-pekko-testkit atlas-pekko-testkit atlas-lwcapi atlas-lwcapi atlas-lwcapi->atlas-core 4 atlas-lwcapi->atlas-eval 5 atlas-lwcapi->atlas-spring-pekko 7 atlas-lwcapi->atlas-json 8 atlas-lwcapi->atlas-pekko 7 atlas-lwcapi->atlas-jmh 10


Download: SVG DOT (open online Graphviz editor)

Open 2D force graph...
Open 3D force graph...

Show more details about dependencies...






2025-05-02 23:42