Skip to content

Commit

Permalink
Add instructions for using the sample data with the paramgen, update …
Browse files Browse the repository at this point in the history
…factors dir
  • Loading branch information
szarnyasg committed Mar 10, 2022
1 parent e8cc256 commit 364198b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
command: |
wget -q https://ldbcouncil.org/ldbc_snb_datagen_spark/social-network-sf0.003-bi-factors.zip
unzip social-network-sf0.003-bi-factors.zip -d .
mv social-network-sf0.003-bi-factors/csv/raw/composite-merged-fk/* paramgen/factors/
mv social-network-sf0.003-bi-factors/factors/csv/raw/composite-merged-fk/* paramgen/factors/
- run:
name: Generate parameters
command: |
Expand Down
9 changes: 9 additions & 0 deletions paramgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ The paramgen implements [parameter curation](https://research.vu.nl/en/publicati
cp -r ${LDBC_SNB_DATAGEN_DIR}/out-sf${SF}/factors/csv/raw/composite-merged-fk/* factors/
```
To download and use the factors for the sample data set, run:
```bash
rm -rf factors/*
wget -q https://ldbcouncil.org/ldbc_snb_datagen_spark/social-network-sf0.003-bi-factors.zip
unzip -q social-network-sf0.003-bi-factors.zip
cp -r social-network-sf0.003-bi-factors/factors/csv/raw/composite-merged-fk/* factors/
```
1. Run:
```bash
Expand Down

0 comments on commit 364198b

Please sign in to comment.