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 8c1c260 commit 70684a4Copy full SHA for 70684a4
.circleci/config.yml
@@ -32,7 +32,11 @@ jobs:
32
- run:
33
name: Download data
34
command: |
35
- git clone --branch gh-pages --depth 1 https://github.com/ldbc/ldbc_snb_datagen
+ mkdir data/
36
+ cd data
37
+ wget https://ldbc.github.io/ldbc_snb_data_converter/csv-composite-projected-fk-legacy-filenames.zip
38
+ unzip csv-composite-projected-fk-legacy-filenames.zip
39
+ cd ..
40
41
name: Load
42
@@ -41,7 +45,8 @@ jobs:
45
# Cypher
46
cd cypher
43
47
. scripts/environment-variables-default.sh
44
- export NEO4J_CSV_DIR=`pwd`/../ldbc_snb_datagen/social_network-csv-composite
48
+ export NEO4J_CSV_DIR=`pwd`/../data/csv-composite-projected-fk-legacy-filenames
49
+ export NEO4J_CSV_POSTFIX=.csv
50
scripts/load-in-one-step.sh
51
cd ..
52
0 commit comments