Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 495 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 495 Bytes

PeerScout DAGs

Development

Build the Image

make build-dev

Run the Pipeline

make data-hub-pipelines-run-keyword-extraction

Run with particular development extraction config

For example (replace with desired development environment):

PEERSCOUT_DAGS_DEPLOYMENT_ENV=my_dev \
PEERSCOUT_DAGS_CONFIG=./dev-config/peerscout-keyword-extraction-data-pipeline-editor-provided-keywords.config.yaml \
make data-hub-pipelines-run-keyword-extraction