pipelinewise 没有提供基于pip 包的模式进行安装,而且推荐使用docker 以及源码的方式
以下是一个使用docker运行的方式
安装
git clone https://github.com/transferwise/pipelinewise.git
cd ./pipelinewise
docker build -t pipelinewise:latest .
配置环境变量
alias pipelinewise="$(PWD)/bin/pipelinewise-docker"
检查状态
pipelinewise status
效果
参考资料
https://transferwise.github.io/pipelinewise/installation_guide/installation.html