Summary
In this chapter, we've learned about how to use the two officially supported Pachyderm language clients—the Pachyderm Go client and the Python client. We've learned how to clone the Pachyderm repository and switch to the correct branch and tag. We've learned how to connect, create repositories, put files into repositories, and create pipelines, as well as delete all the objects after we are done. There is much more that you can do with these two language clients, but the examples in this chapter give you a general idea about how to use them.
In the next chapter, we will learn how to integrate Pachyderm with JupyterHub, a popular data science Integrated Development Environment (IDE) for which Pachyderm has a special plugin. We will also work more with the python-pachyderm
client.