File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 95
95
command : |
96
96
wget https://surfdrive.surf.nl/files/index.php/s/Ar7kacLw3LVzQaf/download --quiet --output-document=sf1.zip
97
97
unzip sf1.zip
98
- # substitution parameters
98
+ # substitution parameters and updateStreams for Neo4j/Cypher
99
99
cp ./sf1/substitution_parameters/* ./cypher/test-data/substitution_parameters/
100
- cp ./sf1/substitution_parameters/* ./postgres/test-data/substitution_parameters/
101
- # updateStreams (same for csv_composite and csv_merge_foreign)
102
100
cp ./sf1/social_network-csv_composite/updateStream* ./cypher/test-data/update_streams/
103
- cp ./sf1/social_network-csv_composite/updateStream* ./postgres/test-data/update_streams/
104
101
- run :
105
102
name : SF1 data set - Load Cypher/Neo4j database
106
103
command : |
@@ -128,7 +125,7 @@ jobs:
128
125
- run :
129
126
name : SF1 data set - Cross-validate the Postgres project based on the results from Neo4j/Cypher
130
127
command : |
131
- mv cypher/validation_params_cypher_sf1.csv postgres/validation_params_sf1 .csv
128
+ mv cypher/validation_params_cypher_sf1.csv postgres/validation_params .csv
132
129
cd postgres
133
130
driver/validate.sh | tee validation-log.txt
134
131
grep 'Validation Result: PASS' validation-log.txt
You can’t perform that action at this time.
0 commit comments