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
Copy file name to clipboardExpand all lines: COMMANDS.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,27 @@
4
4
5
5
Use the following commands in the root directory of this repository to start an analysis manually e.g. for [AxonFramework](./scripts/artifacts/downloadAxonFramework.sh).
6
6
7
-
### Notes
8
-
9
-
- Be sure to use Java 11 (June 2023 Neo4j 4.x requirement)
10
-
- Use your own initial Neo4j password
11
-
- It uses the script [analyze.sh](./scripts/analysis/analyze.sh)
12
-
- The script file names (without the prefix "download" and without the file extension) in the directory [scripts/artifacts](./scripts/artifacts) provide the possible analysis names.
Add the command line argument `--report Csv` to only run the CSV reports when you don't have Python set up
15
+
or want to skip Jupyter Notebooks.
16
+
17
+
Add the command line argument `--profile Neo4jv4` if you want to use the older long term support (june 2023)
18
+
version v4.4.x of Neo4j and compatible versions of plugins and JQAssistant.
19
+
20
+
### Notes
21
+
22
+
- Be sure to use Java 11 (Mai 2023 Neo4j v4 requirement) or Java 17 (June 2023 Neo4j v5 and jQAssistant CLI v2)
23
+
- Use your own initial Neo4j password
24
+
- For more details have a look at the script [analyze.sh](./scripts/analysis/analyze.sh)
25
+
- The script file names (without the prefix "download" and without the file extension) in the directory [scripts/artifacts](./scripts/artifacts) provide all analysis names that are available.
26
+
27
+
21
28
Have a look at [code-reports.yml](./.github/workflows/code-reports.yml) for all details about setup steps and full automation.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,9 @@ The [Code Reports Pipeline](./.github/workflows/code-reports.yml) utilizes [GitH
75
75
76
76
## 🤔 Questions & Answers
77
77
78
+
- How can i run an analysis locally?
79
+
👉 See [start-an-analysis](./COMMANDS.md#start-an-analysis) in the [Commands Reference](./COMMANDS.md).
80
+
78
81
- How can i add an CSV report to the pipeline?
79
82
👉 Put your new cypher query into the [cypher](./cypher) directory or a suitable (new) sub directory.
80
83
👉 Create a new CSV report script in the [scripts/reports](./scripts/reports/) directory. Take for example [OverviewCsv.sh](./scripts/reports/OverviewCsv.sh) as a reference.
0 commit comments