aws / graph-notebook
File Age

File age measurements show the distribution of file ages (days since the first commit) and the recency of file updates (days since the latest commit).

Summary
  • Number of files: 119
  • Daily file updates (only one update per file and date counted): 419
  • First update: 2020-11-02
  • Latest update: 2022-01-18
  • Days between first and latest update: 443 (63 weeks, estimated 315 working days)
  • Active days (at least one file change): 103
  • Data:
File Change History Overall
File Age Distribution Overall
Days since first update
  • There are 119 files with 8,456 lines of code in files.
    • 89 files that are 366+ days old (7,157 lines of code)
    • 26 files that are 181-365 days old (1,086 lines of code)
    • 2 files that are 91-180 days old (211 lines of code)
    • 2 files that are 31-90 days old (2 lines of code)
    • 0 files that are 1-30 days old (0 lines of code)
84% | 12% | 2% | <1% | 0%
Legend:
366+
181-365
91-180
31-90
1-30
Latest Change Distribution Overall
Days since last update
  • There are 119 files with 8,456 lines of code in files.
    • 70 files have been last changed 366+ days ago (1,770 lines of code)
    • 26 files have been last changed 181-365 days ago (624 lines of code)
    • 8 files have been last changed 91-180 days ago (1,231 lines of code)
    • 12 files have been last changed 31-90 days ago (2,646 lines of code)
    • 3 files have been last changed 1-30 days ago (2,185 lines of code)
20% | 7% | 14% | 31% | 25%
Legend:
366+
181-365
91-180
31-90
1-30
File Change History per File Extension
py, ipynb, md, txt, json, js, html, ts, yaml, css, yml, ini, in, cfg, gitignore, sh, eslintignore, prettierignore
File Age Distribution per Extension
Days since first update
366+
181-365
91-180
31-90
1-30
py81% | 15% | 3% | <1% | 0%
ts100% | 0% | 0% | 0% | 0%
js94% | 5% | 0% | 0% | 0%
html84% | 15% | 0% | 0% | 0%
css100% | 0% | 0% | 0% | 0%
yaml80% | 20% | 0% | 0% | 0%
in100% | 0% | 0% | 0% | 0%
cfg100% | 0% | 0% | 0% | 0%
Latest Change Distribution per Extension
Days since last update
366+
181-365
91-180
31-90
1-30
py10% | 8% | 18% | 28% | 33%
js89% | 0% | 10% | 0% | 0%
html84% | 15% | 0% | 0% | 0%
css100% | 0% | 0% | 0% | 0%
ts16% | 0% | 0% | 83% | 0%
yaml80% | 20% | 0% | 0% | 0%
in100% | 0% | 0% | 0% | 0%
cfg100% | 0% | 0% | 0% | 0%
File Change History per Logical Decomposition
primary
primary (file age distribution)
Days since first update
366+
181-365
91-180
31-90
1-30
src/graph_notebook/magics87% | 6% | 6% | 0% | 0%
src/graph_notebook/widgets100% | 0% | 0% | 0% | 0%
src/graph_notebook/network85% | 14% | 0% | 0% | 0%
src/graph_notebook/notebooks99% | <1% | 0% | <1% | 0%
ROOT100% | 0% | 0% | 0% | 0%
src/graph_notebook/visualization76% | 23% | 0% | 0% | 0%
src/graph_notebook/nbextensions88% | 11% | 0% | 0% | 0%
src/graph_notebook/static_resources100% | 0% | 0% | 0% | 0%
src/graph_notebook/configuration100% | 0% | 0% | 0% | 0%
src/graph_notebook/decorators100% | 0% | 0% | 0% | 0%
src/graph_notebook/options100% | 0% | 0% | 0% | 0%
src/graph_notebook/seed80% | 17% | 0% | 2% | 0%
src/graph_notebook/jupyter_profile100% | 0% | 0% | 0% | 0%
src/graph_notebook3% | 0% | 96% | 0% | 0%
src/graph_notebook/neptune0% | 100% | 0% | 0% | 0%
primary (latest change distribution)
Days since last update
366+
181-365
91-180
31-90
1-30
src/graph_notebook/widgets38% | 0% | 0% | 61% | 0%
ROOT82% | 0% | 0% | 17% | 0%
src/graph_notebook/visualization76% | 23% | 0% | 0% | 0%
src/graph_notebook/nbextensions67% | 20% | 12% | 0% | 0%
src/graph_notebook/static_resources100% | 0% | 0% | 0% | 0%
src/graph_notebook/network5% | <1% | 0% | 39% | 55%
src/graph_notebook/notebooks7% | <1% | 0% | 91% | 0%
src/graph_notebook/magics<1% | 14% | 32% | 0% | 52%
src/graph_notebook/jupyter_profile100% | 0% | 0% | 0% | 0%
src/graph_notebook/seed4% | 17% | 76% | 2% | 0%
src/graph_notebook/decorators<1% | 0% | 99% | 0% | 0%
src/graph_notebook/options1% | 0% | 98% | 0% | 0%
src/graph_notebook/configuration<1% | 0% | 0% | 99% | 0%
src/graph_notebook/neptune0% | 5% | 0% | 94% | 0%
src/graph_notebook0% | 0% | 0% | 100% | 0%
Oldest Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
graph_magic.py
in src/graph_notebook/magics
1532 32 14 456 41
force_widget.ts
in src/graph_notebook/widgets/src
797 2 50 456 7
GremlinNetwork.py
in src/graph_notebook/network/gremlin
486 14 14 456 22
setupbase.py
in root
403 32 399 456 3
SPARQLNetwork.py
in src/graph_notebook/network/sparql
320 9 49 456 3
widget.css
in src/graph_notebook/widgets/src/css
257 - 456 456 1
graph_completer.py
in src/graph_notebook/magics/completers
227 1 188 456 2
datatables.js
in src/graph_notebook/static_resources
167 4 456 456 1
EventfulNetwork.py
in src/graph_notebook/network
149 14 49 456 7
types.ts
in src/graph_notebook/widgets/src
118 11 456 456 1
decorators.py
in src/graph_notebook/decorators
105 7 152 456 6
generate_config.py
in src/graph_notebook/configuration
98 9 90 456 8
tabs.html
in src/graph_notebook/visualization/templates
89 - 456 456 1
setup.py
in root
89 1 61 456 15
options.py
in src/graph_notebook/options
85 1 140 456 2
Network.py
in src/graph_notebook/network
58 10 456 456 1
gremlin_table.html
in src/graph_notebook/visualization/templates
51 - 456 456 1
sparql_table.html
in src/graph_notebook/visualization/templates
50 - 456 456 1
install.py
in src/graph_notebook/notebooks
46 2 456 456 1
load_query.py
in src/graph_notebook/seed
35 3 134 456 5
Files Not Recently Changed (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
__init__.py
in src/graph_notebook/notebooks/01-Getting-Started
1 - 456 456 1
__init__.py
in src/graph_notebook/notebooks
1 - 456 456 1
__init__.py
in src/graph_notebook/notebooks/02-Visualization
1 - 456 456 1
__init__.py
in src/graph_notebook/decorators
1 - 456 456 1
__init__.py
in src/graph_notebook/jupyter_profile
1 - 456 456 1
__init__.py
in src/graph_notebook/options
1 - 456 456 1
__init__.py
in src/graph_notebook/static_resources
1 - 456 456 1
__init__.py
in src/graph_notebook/widgets/src
1 - 456 456 1
__init__.py
in src/graph_notebook/widgets/src/css
1 - 456 456 1
__init__.py
in src/graph_notebook/network/sparql
1 - 456 456 1
__init__.py
in src/graph_notebook/network/gremlin
1 - 456 456 1
__init__.py
in src/graph_notebook/visualization
1 - 456 456 1
__init__.py
in src/graph_notebook/visualization/templates
1 - 456 456 1
__init__.py
in src/graph_notebook/configuration
1 - 456 456 1
__init__.py
in src/graph_notebook/seed/queries
1 - 456 456 1
__init__.py
in src/graph_notebook/seed
1 - 456 456 1
__init__.py
in src/graph_notebook/magics/completers
1 - 456 456 1
_version.py
in src/graph_notebook/widgets
2 - 456 456 1
index.ts
in src/graph_notebook/widgets/src
2 - 456 456 1
__init__.py
in src/graph_notebook/widgets/force
2 - 456 456 1
Most Recently Created Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
__init__.py
in src/graph_notebook/seed/queries/propertygraph/dining_by_friends
1 - 41 41 1
__init__.py
in src/graph_notebook/notebooks/04-Machine-Learning/Sample-Applications/01-People-Analytics
1 - 43 43 1
start_notebook.py
in src/graph_notebook
32 2 50 103 3
streams.py
in src/graph_notebook/magics
179 19 132 138 2
OCNetwork.py
in src/graph_notebook/network/opencypher
167 7 22 188 10
opencypher_table.html
in src/graph_notebook/visualization/templates
50 - 188 188 1
rows_and_columns.py
in src/graph_notebook/visualization
46 2 188 188 1
main.js
in src/graph_notebook/nbextensions/opencypher_syntax/static
19 1 101 188 2
description.yaml
in src/graph_notebook/nbextensions/opencypher_syntax/static
9 - 188 188 1
__init__.py
in src/graph_notebook/nbextensions/opencypher_syntax
6 1 188 188 1
__init__.py
in src/graph_notebook/seed/queries/propertygraph/epl
1 - 188 188 1
__init__.py
in src/graph_notebook/seed/queries/propertygraph
1 - 188 188 1
__init__.py
in src/graph_notebook/seed/queries/propertygraph/fraud_graph
1 - 188 188 1
__init__.py
in src/graph_notebook/seed/queries/propertygraph/airports
1 - 188 188 1
__init__.py
in src/graph_notebook/seed/queries/propertygraph/knowledge-graph
1 - 188 188 1
__init__.py
in src/graph_notebook/seed/queries/rdf/epl
1 - 188 188 1
__init__.py
in src/graph_notebook/seed/queries/rdf
1 - 188 188 1
__init__.py
in src/graph_notebook/seed/queries/rdf/airports
1 - 188 188 1
__init__.py
in src/graph_notebook/nbextensions/opencypher_syntax/static
1 - 188 188 1
__init__.py
in src/graph_notebook/network/opencypher
1 - 188 188 1
Most Recently Changed Files (Top 20)
File# lines# unitslast modified
(days ago)
created
(days ago)
# changes
graph_magic.py
in src/graph_notebook/magics
1532 32 14 456 41
GremlinNetwork.py
in src/graph_notebook/network/gremlin
486 14 14 456 22
OCNetwork.py
in src/graph_notebook/network/opencypher
167 7 22 188 10
__init__.py
in src/graph_notebook
1 - 41 456 32
__init__.py
in src/graph_notebook/seed/queries/propertygraph/dining_by_friends
1 - 41 41 1
__init__.py
in src/graph_notebook/notebooks/04-Machine-Learning/Sample-Applications/01-People-Analytics
1 - 43 43 1
SPARQLNetwork.py
in src/graph_notebook/network/sparql
320 9 49 456 3
EventfulNetwork.py
in src/graph_notebook/network
149 14 49 456 7
force_widget.ts
in src/graph_notebook/widgets/src
797 2 50 456 7
start_notebook.py
in src/graph_notebook
32 2 50 103 3
setup.py
in root
89 1 61 456 15
neptune_ml_utils.py
in src/graph_notebook/notebooks/04-Machine-Learning
587 32 63 393 7
client.py
in src/graph_notebook/neptune
550 63 63 300 14
generate_config.py
in src/graph_notebook/configuration
98 9 90 456 8
get_config.py
in src/graph_notebook/configuration
21 2 90 456 5
ml.py
in src/graph_notebook/magics
788 19 97 399 7
main.js
in src/graph_notebook/nbextensions/opencypher_syntax/static
19 1 101 188 2
main.js
in src/graph_notebook/nbextensions/sparql_syntax/static
10 1 101 448 2
main.js
in src/graph_notebook/nbextensions/gremlin_syntax/static
10 1 101 448 2
streams.py
in src/graph_notebook/magics
179 19 132 138 2