We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f87e8 commit c19be0eCopy full SHA for c19be0e
cypher/README.md
@@ -20,11 +20,12 @@ Go to the `load-scripts/` directory.
20
21
#### Preprocessing
22
23
-Set the `$NEO4J_HOME` and the following environment variables appropriately:
+Set the following environment variables appropriately:
24
25
```bash
26
-export NEO4J_DATA_DIR=/path/do/the/csv/files
+export NEO4J_HOME=/path/to/the/neo4j/dir
27
export NEO4J_DB_DIR=$NEO4J_HOME/data/databases/graph.db
28
+export NEO4J_DATA_DIR=/path/do/the/csv/files
29
export POSTFIX=_0_0.csv
30
```
31
0 commit comments