Executing data operations
As you have probably already noticed, to get started working with Pachyderm, you need to put data into it. Then, data is transformed through a number of transformation steps. After that, you can export your data and models to an outside source in a form of libraries, binaries, packages, tables, dashboards, or any other format for further use. In this section, we will review the ways to upload and download data to and from Pachyderm and all the native Pachyderm modifications that can be applied during this process.
Let's begin with uploading data to Pachyderm.
Uploading data to Pachyderm
You can divide data sources that ingest data into Pachyderm into the following categories:
- From a local filesystem
- From a URL
- A remote object or block storage
- A streaming or messaging platform
In this section, you will likely mostly use your local filesystem to upload data to Pachyderm repositories. This can be done with a simple Pachyderm...