netflix / genie
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 12 components.
  • 834 files, 66,222 LOC (100.0% vs. main code).
  • "genie-web" is biggest, containing 65.83% of LOC.
  • "config" is smallest, containing 0.02% of LOC.


genie-web43592 LOC (65%) 439 files
genie-agent7714 LOC (11%) 152 files
genie-common-internal5494 LOC (8%) 107 files
genie-client3588 LOC (5%) 36 files
genie-ui3068 LOC (4%) 37 files
genie-common2053 LOC (3%) 39 files
genie-proto301 LOC (<1%) 1 file
genie-demo245 LOC (<1%) 12 files
genie-agent-app59 LOC (<1%) 4 files
genie-app53 LOC (<1%) 4 files
genie-swagger40 LOC (<1%) 2 files
config15 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 10 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 10 links contain 217 dependencies.
G genie-app genie-app config config genie-swagger genie-swagger genie-agent-app genie-agent-app genie-agent genie-agent genie-agent-app->genie-agent 2 genie-client genie-client genie-common genie-common genie-client->genie-common 13 genie-demo genie-demo genie-web genie-web genie-web->genie-app 1 genie-web->genie-agent-app 1 genie-web->genie-common 35 genie-common-internal genie-common-internal genie-web->genie-common-internal 114 genie-ui genie-ui genie-ui->genie-web 2 genie-agent->genie-common 5 genie-agent->genie-common-internal 43 genie-proto genie-proto genie-common-internal->genie-common 1


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