Creating a repository
The first step in creating your pipeline is to create a Pachyderm repository and put some data in it. As you probably remember from Chapter 2, Pachyderm Basics, a Pachyderm repository is a location inside of a Pachyderm cluster where you store your data. We will be creating an input repository, and the pipeline will automatically create an output repository on the first run.
To create an input repository, perform the following steps:
- Log into your Terminal.
- Verify that Pachyderm is up and running:
% pachctl version
You should see an output similar to the following:
COMPONENT VERSION pachctl 2.0.0 pachd 2.0.0
The pachd
component must list a version.
- Create a Pachyderm input repository called
photos
:...