apache / skywalking-banyandb
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 6 components.
  • 260 files, 29,635 LOC (100.0% vs. main code).
  • "banyand" is biggest, containing 40.32% of LOC.
  • "ROOT" is smallest, containing 0.15% of LOC.


banyand11950 LOC (40%) 84 files
pkg10354 LOC (34%) 91 files
ui4601 LOC (15%) 48 files
api1544 LOC (5%) 25 files
bydbctl1143 LOC (3%) 11 files
ROOT43 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 7 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 7 links contain 111 dependencies.
  • There are 2 places (4 links) with cyclic dependencies (71 file dependencies).
G ui ui bydbctl bydbctl pkg pkg bydbctl->pkg 8 api api api->pkg 3 banyand banyand banyand->ui 1 banyand->api 31 banyand->pkg 59 ROOT ROOT pkg->api 5 pkg->banyand 4


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.
banyand168 commits (44%)
pkg134 commits (35%)
api68 commits (18%)
ui26 commits (6%)
bydbctl11 commits (2%)
ROOT2 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 2021
banyand
182
562
186
pkg
92
337
129
ui
68
49
api
20
91
49
bydbctl
2
40
ROOT
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 banyand banyand banyand--banyand 18 ui ui banyand--ui 2 api api banyand--api 6 pkg pkg pkg--banyand 13 pkg--pkg 13 pkg--ui 1 pkg--api 7 ui--ui 7 api--ui 1 api--api 3 bydbctl bydbctl bydbctl--api 1 bydbctl--bydbctl 1


2023-08-11 02:12