github.com/pachyderm/pachyderm@v1.13.4/examples/deferred_processing/deferred_processing_plus_transactions/setup.sh (about) 1 #!/bin/bash 2 pachctl create repo images_dp_1 3 pachctl create repo images_dp_2 4 pachctl create pipeline -f ./edges_dp.json 5 pachctl create pipeline -f ./montage_dp.json 6 pachctl put file images_dp_1@master -i ./images.txt 7 pachctl put file images_dp_1@master -i ./images2.txt 8 #pachctl put file images_dp_2@master -i ./images3.txt 9