github.com/pachyderm/pachyderm@v1.13.4/examples/spouts/spout101/pipelines/spout.json (about)

     1  {
     2      "pipeline": {
     3        "name": "spout"
     4      },
     5      "spout": {
     6      },
     7      "description": "A spout pipeline that emulates the reception of data from an external source.",
     8      "transform": {
     9          "cmd": [ "python", "consumer/main.py" ],
    10          "image": "pachyderm/example-spout101:1.12.5"
    11        }
    12    }