Skip to content

Commit a5598cd

Browse files
committed
Add factor generation example to README
1 parent 1447575 commit a5598cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ To get a complete list of the arguments, pass `--help` to the JAR file:
118118
./tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION}-${DATAGEN_VERSION}.jar -- --format csv --scale-factor 0.003 --mode bi --format-options compression=gzip
119119
```
120120

121+
* Generating `CsvCompositeMergeForeign` files in **BI mode** and generating factors:
122+
123+
```bash
124+
./tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION}-${DATAGEN_VERSION}.jar -- --format csv --scale-factor 0.003 --mode bi --generate-factors
125+
```
126+
121127
* Generating CSVs in **raw mode**:
122128

123129
```bash

0 commit comments

Comments
 (0)