Skip to content

Commit 0e44f93

Browse files
committed
Automated scripts reference document generation (CI)
1 parent 72250c9 commit 0e44f93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/SCRIPTS.md

+2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ Script | Directory | Description
4242
| [parseCsvFunctions.sh](./parseCsvFunctions.sh) | | Provides functions to parse strings in CSV format. |
4343
| [prepareAnalysis.sh](./prepareAnalysis.sh) | | Prepares and validates the graph database before analysis |
4444
| [Default.sh](./profiles/Default.sh) | profiles | Sets (if any) settings variables for a default analysis. |
45+
| [Neo4jv4-low-memory.sh](./profiles/Neo4jv4-low-memory.sh) | profiles | Sets all settings variables for an analysis with Neo4j v4.4.x (long term support (LTS) version as of may 2023). |
4546
| [Neo4jv4.sh](./profiles/Neo4jv4.sh) | profiles | Sets all settings variables for an analysis with Neo4j v4.4.x (long term support (LTS) version as of may 2023). |
4647
| [Neo4jv5-continue-on-scan-errors.sh](./profiles/Neo4jv5-continue-on-scan-errors.sh) | profiles | Sets all settings variables for an analysis with Neo4j v5.x (newest version as of june 2023). |
48+
| [Neo4jv5-low-memory.sh](./profiles/Neo4jv5-low-memory.sh) | profiles | Sets all settings variables for an analysis with Neo4j v5.x (newest version as of june 2023). |
4749
| [Neo4jv5.sh](./profiles/Neo4jv5.sh) | profiles | Sets all settings variables for an analysis with Neo4j v5.x (newest version as of june 2023). |
4850
| [projectionFunctions.sh](./projectionFunctions.sh) | | Provides functions to create and delete Graph Projections for Neo4j Graph Data Science. |
4951
| [ArtifactDependenciesCsv.sh](./reports/ArtifactDependenciesCsv.sh) | reports | Executes "Artifact_Dependencies" Cypher queries to get the "artifact-dependencies-csv" CSV reports. |

0 commit comments

Comments
 (0)