pachyderm
Data-Centric Pipelines and Data Versioning
How to download and setup pachyderm
Open terminal and run command
git clone https://github.com/pachyderm/pachyderm.git
git clone is used to create a copy or clone of pachyderm repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with pachyderm https://github.com/pachyderm/pachyderm/archive/master.zip
Or simply clone pachyderm with SSH
[email protected]:pachyderm/pachyderm.git