apache / incubator-resilientdb-ResDB-ORM
File Change Frequency

File change frequency (churn) shows the distribution of file updates (days with at least one commit).

Overview
File Change Frequency Overall
  • There are 5 files with 100 lines of code.
    • 0 files changed more than 100 times (0 lines of code)
    • 0 files changed 51-100 times (0 lines of code)
    • 0 files changed 21-50 times (0 lines of code)
    • 0 files changed 6-20 times (0 lines of code)
    • 5 files changed 1-5 times (100 lines of code)
0% | 0% | 0% | 0% | 100%
Legend:
101+
51-100
21-50
6-20
1-5

explore: grouped by folders | grouped by update frequency | data
Contributors Count Frequency Overall
  • There are 5 files with 100 lines of code.
    • 0 files changed by more than 25 contributors (0 lines of code)
    • 0 files changed by 11-25 contributors (0 lines of code)
    • 1 file changed by 6-10 contributors (24 lines of code)
    • 4 files changed by 2-5 contributors (76 lines of code)
    • 0 files changed by 1 contributor (0 lines of code)
0% | 0% | 24% | 76% | 0%
Legend:
26+
11-25
6-10
2-5
1

explore: grouped by folders | grouped by contributors count | data
File Change Frequency per File Extension
yaml, py, txt, md, in, sh, gitignore
File Change Frequency per Extension
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
py0% | 0% | 0% | 0% | 100%
in0% | 0% | 0% | 0% | 100%
yaml0% | 0% | 0% | 0% | 100%
File Change Frequency per Logical Decomposition
primary
primary (file change frequency)
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
resdb_orm0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Most Frequently Changed Files (Top 5)

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
setup.py
in root
24 - 2024-10-07 2025-03-28 5 6 gopalnambiar2@gmail.com apratimshukla6@gmail.com
orm.py
in resdb_orm
53 7 2024-08-09 2025-03-28 4 4 gopuman@node0.gopuman-21342... apratimshukla6@gmail.com
__init__.py
in resdb_orm
1 - 2024-08-09 2025-03-28 3 4 gopuman@node0.gopuman-21342... apratimshukla6@gmail.com
2 - 2024-08-17 2025-03-28 2 3 gopalnambiar2@gmail.com apratimshukla6@gmail.com
in
20 - 2024-10-07 2025-03-28 2 3 gopalnambiar2@gmail.com apratimshukla6@gmail.com
Files With Most Contributors (Top 5)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
setup.py
in root
24 - 2024-10-07 2025-03-28 5 6 gopalnambiar2@gmail.com apratimshukla6@gmail.com
orm.py
in resdb_orm
53 7 2024-08-09 2025-03-28 4 4 gopuman@node0.gopuman-21342... apratimshukla6@gmail.com
__init__.py
in resdb_orm
1 - 2024-08-09 2025-03-28 3 4 gopuman@node0.gopuman-21342... apratimshukla6@gmail.com
in
20 - 2024-10-07 2025-03-28 2 3 gopalnambiar2@gmail.com apratimshukla6@gmail.com
2 - 2024-08-17 2025-03-28 2 3 gopalnambiar2@gmail.com apratimshukla6@gmail.com
Files With Least Contributors (Top 5)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
in
20 - 2024-10-07 2025-03-28 2 3 gopalnambiar2@gmail.com apratimshukla6@gmail.com
2 - 2024-08-17 2025-03-28 2 3 gopalnambiar2@gmail.com apratimshukla6@gmail.com
orm.py
in resdb_orm
53 7 2024-08-09 2025-03-28 4 4 gopuman@node0.gopuman-21342... apratimshukla6@gmail.com
__init__.py
in resdb_orm
1 - 2024-08-09 2025-03-28 3 4 gopuman@node0.gopuman-21342... apratimshukla6@gmail.com
setup.py
in root
24 - 2024-10-07 2025-03-28 5 6 gopalnambiar2@gmail.com apratimshukla6@gmail.com
Correlations

File Size vs. Number of Changes: 5 points

MANIFEST.in x: 20 lines of code y: 2 # changes config.yaml x: 2 lines of code y: 2 # changes resdb_orm/__init__.py x: 1 lines of code y: 3 # changes resdb_orm/orm.py x: 53 lines of code y: 4 # changes setup.py x: 24 lines of code y: 5 # changes
5.0
# changes
  min: 2.0
  average: 3.2
  25th percentile: 2.0
  median: 3.0
  75th percentile: 4.5
  max: 5.0
0 53.0
lines of code
min: 1.0 | average: 20.0 | 25th percentile: 1.5 | median: 20.0 | 75th percentile: 38.5 | max: 53.0

Number of Contributors vs. Number of Changes: 5 points

MANIFEST.in x: 3 # contributors y: 2 # changes resdb_orm/__init__.py x: 4 # contributors y: 3 # changes resdb_orm/orm.py x: 4 # contributors y: 4 # changes setup.py x: 6 # contributors y: 5 # changes
5.0
# changes
  min: 2.0
  average: 3.2
  25th percentile: 2.0
  median: 3.0
  75th percentile: 4.5
  max: 5.0
0 6.0
# contributors
min: 3.0 | average: 4.0 | 25th percentile: 3.0 | median: 4.0 | 75th percentile: 5.0 | max: 6.0

Number of Contributors vs. File Size: 5 points

MANIFEST.in x: 3 # contributors y: 20 lines of code config.yaml x: 3 # contributors y: 2 lines of code resdb_orm/__init__.py x: 4 # contributors y: 1 lines of code resdb_orm/orm.py x: 4 # contributors y: 53 lines of code setup.py x: 6 # contributors y: 24 lines of code
53.0
lines of code
  min: 1.0
  average: 20.0
  25th percentile: 1.5
  median: 20.0
  75th percentile: 38.5
  max: 53.0
0 6.0
# contributors
min: 3.0 | average: 4.0 | 25th percentile: 3.0 | median: 4.0 | 75th percentile: 5.0 | max: 6.0