aws-samples / hcls-data-lake
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 26 files with 1,372 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 6 small files (828 lines of code)
    • 20 very small files (544 lines of code)
0% | 0% | 0% | 60% | 39%
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
yml0% | 0% | 0% | 87% | 12%
py0% | 0% | 0% | 40% | 59%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
ingest_er7_service0% | 0% | 0% | 92% | 7%
old_reference0% | 0% | 0% | 85% | 14%
er7_to_json_service0% | 0% | 0% | 64% | 35%
auth_service0% | 0% | 0% | 78% | 21%
core_infrastructure0% | 0% | 0% | 87% | 12%
lib0% | 0% | 0% | 0% | 100%
staging_service0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 26)
File# lines# units
er7_to_json.py
in old_reference
187 7
er7_to_json_stack.yml
in er7_to_json_service
148 -
ingest_er7_lambda.py
in ingest_er7_service
137 6
ingest_er7_stack.yml
in ingest_er7_service
135 -
auth_stack.yml
in auth_service
111 -
core_stack.yml
in core_infrastructure
110 -
cf_util.py
in lib
76 7
staging_stack.yml
in staging_service
73 -
lambda_util.py
in lib
62 4
cognito_util.py
in lib
55 3
deploy_services.py
in root
52 1
parse_er7_lambda.py
in er7_to_json_service
43 3
hl7_retrieve_msg.py
in old_reference
31 2
auth_setup.py
in auth_service
29 2
staging_lambda.py
in staging_service
26 1
er7_to_json_setup.py
in er7_to_json_service
22 2
ingest_er7_setup.py
in ingest_er7_service
20 1
staging_setup.py
in staging_service
17 1
prepare_er7_lambda.py
in er7_to_json_service
17 2
core_setup.py
in core_infrastructure
15 1
__init__.py
in staging_service
1 -
__init__.py
in lib
1 -
__init__.py
in core_infrastructure
1 -
__init__.py
in er7_to_json_service
1 -
__init__.py
in ingest_er7_service
1 -
__init__.py
in auth_service
1 -
Files With Most Units (Top 15)
File# lines# units
cf_util.py
in lib
76 7
er7_to_json.py
in old_reference
187 7
ingest_er7_lambda.py
in ingest_er7_service
137 6
lambda_util.py
in lib
62 4
cognito_util.py
in lib
55 3
parse_er7_lambda.py
in er7_to_json_service
43 3
hl7_retrieve_msg.py
in old_reference
31 2
prepare_er7_lambda.py
in er7_to_json_service
17 2
er7_to_json_setup.py
in er7_to_json_service
22 2
auth_setup.py
in auth_service
29 2
staging_lambda.py
in staging_service
26 1
staging_setup.py
in staging_service
17 1
deploy_services.py
in root
52 1
core_setup.py
in core_infrastructure
15 1
ingest_er7_setup.py
in ingest_er7_service
20 1
Files With Long Lines (Top 4)

There are 4 files with lines longer than 120 characters. In total, there are 6 long lines.

File# lines# units# long lines
er7_to_json_setup.py
in er7_to_json_service
22 2 2
ingest_er7_stack.yml
in ingest_er7_service
135 - 2
deploy_services.py
in root
52 1 1
core_setup.py
in core_infrastructure
15 1 1