Configuring Pachyderm
Let’s start by configuring Pachyderm. Pachyderm is a platform that assists data scientists in creating complete ML workflows covering all the stages from data ingestion and model training up to deploying into production. Think of it as a version control system (VCS) for your model development workflow.
In traditional software engineering, you may use Git to version control your code. In ML projects, you need to version control your data, and you want a reproducible flow for training your model. Pachyderm provides such capabilities for you. You will see how Red Hat OpenShift enables you to use Pachyderm. Refer to Chapter 3 for instructions on installing the Pachyderm operator.
Follow these steps to configure Pachyderm. Pachyderm needs a relational database management system (RDBMS) to store metadata, and the operator takes care of the Pachyderm and related database components. Pachyderm requires Simple Storage Service (S3) storage to store the Pachyderm...