apache / rocketmq-schema-registry
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.

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 8 components.
  • 173 files, 8,156 LOC (100.0% vs. main code).
  • "common" is biggest, containing 25.45% of LOC.
  • "war" is smallest, containing 0.21% of LOC.


common2076 LOC (25%) 70 files
client1640 LOC (20%) 29 files
core1524 LOC (18%) 22 files
storage-jdbc1419 LOC (17%) 24 files
storage-rocketmq723 LOC (8%) 11 files
example477 LOC (5%) 12 files
style280 LOC (3%) 4 files
war17 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 6 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 6 links contain 60 dependencies.
G storage-rocketmq storage-rocketmq common common storage-rocketmq->common 8 core core core->common 18 example example example->common 5 client client example->client 9 style style war war storage-jdbc storage-jdbc storage-jdbc->common 11 client->common 9


Download: SVG DOT (open online Graphviz editor)

Open 3D force graph...

Show more details about dependencies...




Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
common46 commits (45%)
core43 commits (42%)
client30 commits (29%)
storage-rocketmq28 commits (27%)
example17 commits (16%)
war2 commits (1%)
style2 commits (1%)
storage-jdbc1 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2023 2022
common
2
330
core
5
142
client
6
121
storage-rocketmq
86
example
56
storage-jdbc
24
style
8
war
2


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 core core core--core 1 client client core--client 2 common common core--common 1 client--client 1 storage-jdbc storage-jdbc storage-jdbc--core 1 storage-jdbc--client 1 storage-jdbc--storage-jdbc 1 storage-jdbc--common 1 common--client 1 common--common 1


2023-08-11 02:32