diff --git a/README.md b/README.md index 5e090a5..debcd7e 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,17 @@ Summary and non-summary outputs can be controlled using the `--pipeline_type` ar This pipeline can read individual HAR files, or a single file containing a list of HAR file paths. +```shell +# Run the `all` pipeline on both desktop and mobile using their pre-generated manifests. +./run_flex_template.sh all --parameters input_file=gs://httparchive/crawls_manifest/*-Nov_1_2022.txt + +# Run the `combined` pipeline on mobile using its manifest. +./run_flex_template.sh combined --parameters input_file=gs://httparchive/crawls_manifest/android-Nov_1_2022.txt + +# Run the `combined` pipeline on desktop using its individual HAR files (much slower, not encouraged). +./run_flex_template.sh combined --parameters input=gs://httparchive/crawls/chrome-Nov_1_2022 +``` + ## Outputs - GCP DataFlow & Monitoring metrics - TODO: runtime metrics and dashboards