microsoft / data-accelerator
Components & Dependencies

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.

  • A software system can have one or more logical decompositions.
  • A logical decomposition can be defined in two ways in Sokrates.
  • First approach is based on the folders structure. Components are mapped to folders at defined folder depth relative to the source code root.
  • Second approach is based on explicit definition of each component. In such explicit definitions, components are explicitly named and their files are selected based on explicitly defined path and content filters.
  • A logical decomposition is considered invalid if a file is selected into two or more components.This constraint is introduced in order to facilitate measuring of dependencies among components.
  • Files not assigned to any component are put into a special "Unclassified" component.
Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

  • primary (23 components)

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure (relative to the source code root), with automatically defined folder depth to have at least 10 components.

Bubble Chart | Tree Map
Components
The "primary" logical decomposition has 23 components.
  • 709 files, 50,926 lines of code (100.0% vs. main code).
  • "Website/Packages" is biggest, containing 32.21% of code.
  • "Services/JobRunnerWebJob" is smallest, containing 0.03% of code.


Website/Packages16401 LOC (32%) 150 files
Services/DataX.Config8762 LOC (17%) 183 files
Services/DataX.Flow8026 LOC (15%) 74 files
DataProcessing/datax-host4774 LOC (9%) 84 files
Services/DataX.Utilities2291 LOC (4%) 32 files
Website/Website1995 LOC (3%) 34 files
DeploymentCloud/Deployment.Common1502 LOC (2%) 3 files
Services/DataX.SimulatedData1119 LOC (2%) 10 files
Services/DataX.Metrics922 LOC (1%) 14 files
Services/DataX.Gateway888 LOC (1%) 13 files
Services/JobRunner812 LOC (1%) 15 files
Services/DataX.ServiceHost752 LOC (1%) 24 files
DataProcessing/datax-utility643 LOC (1%) 16 files
DeploymentCloud/Deployment.Kubernetes462 LOC (<1%) 7 files
DeploymentCloud/Deployment.DataX401 LOC (<1%) 3 files
DeploymentCloud/Deployment.JobRunner325 LOC (<1%) 2 files
DataProcessing/datax-core307 LOC (<1%) 22 files
Services/DataX.Contract193 LOC (<1%) 10 files
Services/AspnetCore165 LOC (<1%) 4 files
DataProcessing/datax-udf-samples76 LOC (<1%) 4 files
DataProcessing/datax-keyvault62 LOC (<1%) 2 files
DataProcessing34 LOC (<1%) 1 files
Services/JobRunnerWebJob14 LOC (<1%) 2 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-01-31 01:02