- 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 Concurrency Programming with Java 8
- 基于粒計算模型的圖像處理
- Oracle從新手到高手
- Python網絡爬蟲從入門到實踐(第2版)
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- Python神經網絡項目實戰
- MATLAB定量決策五大類問題
- Instant Ext.NET Application Development
- Salesforce Reporting and Dashboards
- Python語言實用教程
- ElasticSearch Cookbook(Second Edition)
- Managing Microsoft Hybrid Clouds
- 工業機器人離線編程
- 算法設計與分析:基于C++編程語言的描述
- Visual C++開發寶典