aws-solutions / media-exchange-on-aws
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 20 files with 3,863 lines of code.
    • 0 very long files (0 lines of code)
    • 3 long files (1,725 lines of code)
    • 3 medium size files (1,038 lines of codeclsfd_ftr_w_mp_ins)
    • 5 small files (807 lines of code)
    • 9 very small files (293 lines of code)
0% | 44% | 26% | 20% | 7%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
yaml0% | 51% | 30% | 15% | 2%
py0% | 0% | 0% | 62% | 37%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
deployment0% | 63% | 28% | 8% | 0%
tools/fixity/deployment0% | 92% | 0% | 0% | 7%
tools/mediasync/deployment0% | 0% | 91% | 0% | 8%
tools/autoingest/deployment0% | 0% | 0% | 100% | 0%
tools/autoacl/deployment0% | 0% | 0% | 100% | 0%
tools/mediasync/lambda0% | 0% | 0% | 99% | <1%
tools/fixity/lambda0% | 0% | 0% | 99% | <1%
tools/autoingest/lambda0% | 0% | 0% | 0% | 100%
tools/autoacl/lambda0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 20)
File# lines# units
media-exchange-on-aws.yaml
in deployment
623 -
agreement.yaml
in deployment
574 -
fixity.yaml
in tools/fixity/deployment
528 -
mediasync.yaml
in tools/mediasync/deployment
489 -
publisher.yaml
in deployment
308 -
subscriber.yaml
in deployment
241 -
autoingest.yaml
in tools/autoingest/deployment
186 -
autoacl.yaml
in tools/autoacl/deployment
179 -
provision.yaml
in deployment
152 -
app.py
in tools/mediasync/lambda/driver
149 2
app.py
in tools/fixity/lambda/driver
141 3
app.py
in tools/autoingest/lambda/driver
88 1
app.py
in tools/autoacl/lambda/driver
82 1
mediasync-repository.yaml
in tools/mediasync/deployment
44 -
fixity-repository.yaml
in tools/fixity/deployment
44 -
buildspec.yml
in root
31 -
__init__.py
in tools/autoingest/lambda/driver
1 -
__init__.py
in tools/mediasync/lambda/driver
1 -
__init__.py
in tools/autoacl/lambda/driver
1 -
__init__.py
in tools/fixity/lambda/driver
1 -
Files With Most Units (Top 4)
File# lines# units
app.py
in tools/fixity/lambda/driver
141 3
app.py
in tools/mediasync/lambda/driver
149 2
app.py
in tools/autoingest/lambda/driver
88 1
app.py
in tools/autoacl/lambda/driver
82 1
Files With Long Lines (Top 12)

There are 12 files with lines longer than 120 characters. In total, there are 41 long lines.

File# lines# units# long lines
media-exchange-on-aws.yaml
in deployment
623 - 13
agreement.yaml
in deployment
574 - 6
app.py
in tools/fixity/lambda/driver
141 3 5
app.py
in tools/autoingest/lambda/driver
88 1 3
app.py
in tools/mediasync/lambda/driver
149 2 3
provision.yaml
in deployment
152 - 3
subscriber.yaml
in deployment
241 - 2
publisher.yaml
in deployment
308 - 2
autoingest.yaml
in tools/autoingest/deployment
186 - 1
mediasync.yaml
in tools/mediasync/deployment
489 - 1
autoacl.yaml
in tools/autoacl/deployment
179 - 1
fixity.yaml
in tools/fixity/deployment
528 - 1