You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[CentralityCsv.sh](./reports/CentralityCsv.sh)| reports | Looks for centrality using the Graph Data Science Library of Neo4j and creates CSV reports. |
24
24
|[CommunityCsv.sh](./reports/CommunityCsv.sh)| reports | Detects communities using the Graph Data Science Library of Neo4j and creates CSV reports. |
25
25
|[DatabaseCsvExport.sh](./reports/DatabaseCsvExport.sh)| reports | Exports the whole graph database as a CSV file using the APOC procedure "apoc.export.csv.all" |
26
-
|[ExternalDependenciesCsv.sh](./reports/ExternalDependenciesCsv.sh)| reports | Executes "Package_Usage" Cypher queries to get the "package-dependencies" CSV reports. |
26
+
|[ExternalDependenciesCsv.sh](./reports/ExternalDependenciesCsv.sh)| reports | Executes "Package_Usage" Cypher queries to get the "external-dependencies-csv" CSV reports. |
27
27
|[ExternalDependenciesJupyter.sh](./reports/ExternalDependenciesJupyter.sh)| reports | Creates the "overview" report (ipynb, md, pdf) based on the Jupyter Notebook "Overview.ipynb". |
28
28
|[InternalDependenciesCsv.sh](./reports/InternalDependenciesCsv.sh)| reports | Executes "Package_Usage" Cypher queries to get the "internal-dependencies" CSV reports. |
29
29
|[InternalDependenciesJupyter.sh](./reports/InternalDependenciesJupyter.sh)| reports | Creates the "internal-dependencies" report (ipynb, md, pdf) based on the Jupyter Notebook "InternalDependencies.ipynb". |
30
30
|[ObjectOrientedDesignMetricsCsv.sh](./reports/ObjectOrientedDesignMetricsCsv.sh)| reports | Executes "Metrics" Cypher queries to get the "object-oriented-design-metrics" CSV reports. |
31
31
|[ObjectOrientedDesignMetricsJupyter.sh](./reports/ObjectOrientedDesignMetricsJupyter.sh)| reports | Creates the "object-oriented-design-metrics" report (ipynb, md, pdf) based on the Jupyter Notebook "ObjectOrientedDesignMetrics.ipynb". |
32
-
|[OverviewCsv.sh](./reports/OverviewCsv.sh)| reports | Executes "Package_Usage" Cypher queries to get the "package-dependencies" CSV reports. |
32
+
|[OverviewCsv.sh](./reports/OverviewCsv.sh)| reports | Executes "Overview" Cypher queries to get the "overview-csv" CSV reports. |
33
33
|[OverviewJupyter.sh](./reports/OverviewJupyter.sh)| reports | Creates the "overview" report (ipynb, md, pdf) based on the Jupyter Notebook "Overview.ipynb". |
34
34
|[SimilarityCsv.sh](./reports/SimilarityCsv.sh)| reports | Looks for similarity using the Graph Data Science Library of Neo4j and creates CSV reports. |
35
35
|[VisibilityMetricsCsv.sh](./reports/VisibilityMetricsCsv.sh)| reports | Executes "Visibility" Cypher queries to get the "visibility-metrics" CSV reports. |
0 commit comments