Skip to content

Commit d37da8f

Browse files
committed
Update README
1 parent 02f427c commit d37da8f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ mvn clean package -DskipTests -Pcypher,postgres
4242
## User's guide
4343

4444
### Building the project
45+
4546
This project uses Java 11.
4647

4748
To build the project, run:
@@ -138,11 +139,13 @@ To mitigate this, we have pregenerated data sets using 9 different serializers a
138139

139140
The data sets are available at the [SURF/CWI data repository](https://repository.surfsara.nl/datasets/cwi/ldbc-snb-interactive-v1-datagen-v100). We also provide [direct links](https://ldbcouncil.org/data-sets-surf-repository/snb-interactive-v1-datagen-v100) and a [download script](https://ldbcouncil.org/data-sets-surf-repository/#usage) (which stages the data sets from tape storage if they are not immediately available).
140141

141-
We pre-generated [**validation parameters for SF0.1 to SF10**](https://pub-383410a98aef4cb686f0c7601eddd25f.r2.dev/interactive-v1/validation_params-interactive-v1.0.0-sf0.1-to-sf10.tar.zst) using the Neo4j reference implementation.
142+
### Validation parameters
143+
144+
We provide [**validation parameters for SF0.1 to SF10**](https://pub-383410a98aef4cb686f0c7601eddd25f.r2.dev/interactive-v1/validation_params-interactive-v1.0.0-sf0.1-to-sf10.tar.zst). These were produced using the Neo4j reference implementation.
142145

143146
### Test data set
144147

145-
The test data sets are placed in the `cypher/test-data/` directory for Neo4j and in the `postgres/test-data/` for the SQL systems.
148+
Small test data sets are placed in the `cypher/test-data/` directory for Neo4j and in the `postgres/test-data/` for the SQL systems.
146149

147150
To generate a data set with the same characteristics, see the [documentation on generating the test data set](test-data).
148151

0 commit comments

Comments
 (0)