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
|[prepareAnalysis.sh](./prepareAnalysis.sh)|| Prepares and validates the graph database before analysis |
48
48
|[Default.sh](./profiles/Default.sh)| profiles | Sets (if any) settings variables for a default analysis. |
49
49
|[Neo4j-latest-continue-on-scan-errors.sh](./profiles/Neo4j-latest-continue-on-scan-errors.sh)| profiles | Sets all settings variables for an analysis with the latest version of Neo4j. |
50
+
|[Neo4j-latest-high-memory.sh](./profiles/Neo4j-latest-high-memory.sh)| profiles | Sets all settings variables for an analysis with Neo4j v5.x (newest version as of june 2023). |
50
51
|[Neo4j-latest-low-memory.sh](./profiles/Neo4j-latest-low-memory.sh)| profiles | Sets all settings variables for an analysis with Neo4j v5.x (newest version as of june 2023). |
51
52
|[Neo4j-latest.sh](./profiles/Neo4j-latest.sh)| profiles | Sets all settings variables for an analysis with the latest version of Neo4j. |
52
53
|[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). |
|[convertQueryResultCsvToGraphVizDotFile.sh](./visualization/convertQueryResultCsvToGraphVizDotFile.sh)| visualization | Converts a Cypher query result in CSV format to a GraphViz DOT (https://graphviz.org/doc/info/lang.html) file for Visualization including layout templates. |
96
98
|[renderGraphVizSVG.sh](./visualization/renderGraphVizSVG.sh)| visualization | Renders the given GraphViz file as a SVG image. |
0 commit comments