github.com/pachyderm/pachyderm@v1.13.4/examples/word_count/pipelines/map.json (about)

     1  {
     2    "pipeline": {
     3      "name": "map"
     4    },
     5    "description": "A pipeline that tokenizes scraped pages and appends counts of words to corresponding files.",
     6    "transform": {
     7      "image": "pachyderm/example-wordcount:1.12.2",
     8      "cmd": [
     9        "app",
    10        "/pfs/scraper/", 
    11        "/pfs/out"
    12      ]
    13    },
    14    "input": {
    15      "pfs": {
    16        "repo": "scraper",
    17        "glob": "/*/*"
    18      }
    19    }
    20  }