- Machine Learning With Go
- Daniel Whitenack
- 96字
- 2021-07-08 10:37:30
Getting data out of versioned data repositories
Now that we have versioned data in Pachyderm, we probably want to know how to interact with that data. The primary way is via Pachyderm data pipelines (which will be discussed later in this book). The mechanism for interacting with versioned data when using pipelines is a simple file I/O.
However, if we manually want to pull certain sets of versioned data out of Pachyderm, analyze them interactively, then we can use the pachctl CLI to get data:
$ pachctl get-file myrepo master blah.txt
This is an example file.
推薦閱讀
- Mastering JavaScript Functional Programming
- MySQL數(shù)據(jù)庫(kù)應(yīng)用與管理 第2版
- MATLAB圖像處理超級(jí)學(xué)習(xí)手冊(cè)
- C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)教程
- 老“碼”識(shí)途
- HTML5入門經(jīng)典
- Python完全自學(xué)教程
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)(第2版)
- Java系統(tǒng)化項(xiàng)目開發(fā)教程
- Arduino家居安全系統(tǒng)構(gòu)建實(shí)戰(zhàn)
- Statistical Application Development with R and Python(Second Edition)
- 用案例學(xué)Java Web整合開發(fā)
- Laravel Application Development Blueprints
- PyQt編程快速上手
- Modernizing Legacy Applications in PHP