Chapter 6: Creating Your First Pipeline
In Chapter 3, Pachyderm Pipeline Specification, we learned about the Pachyderm pipeline specification and what parameters you can configure in it. The pipeline specification is the most critical configuration piece of your pipeline, along with your code. In this chapter, we will learn how to create a Pachyderm pipeline that performs image processing. We will walk through all the steps that are involved in this process, including creating the Pachyderm repository, creating a pipeline, viewing the results of our computations, and adding an extra step to our original pipeline.
In this chapter, we will cover the following topics:
- Pipeline overview
- Creating a repository
- Creating a pipeline specification
- Viewing the pipeline result
- Adding another pipeline step