document `dvc import` and `dvc get` (previously `pkg` commands)
See original GitHub issueUPDATE: See description in https://github.com/iterative/dvc/pull/2160 instead.
OLD: Some introductory descriptions for DVC packages (from Discord):
You have project named
awesome_project, which hasawesome_datain it pkg will allow you to “import” the projectdvc pkg import awesome_project://awesome_data(syntax may be incorrect)
- Any DVC repo is a package. Outputs inside packages can be called artifacts (that we’ll also be able to work with)
- There will be a set of commands to import/export these packages across different repositories and from a repository to a file system
(just a data artifact)- basic use cases include things like: dataset registry (reuse a single dataset in multiple project, while having a single point of responsibility for the dataset itself), easy mechanism to pull a data artifact w/o doing
git clone+dvc pull data.dvc, etc- in the future (no need to focus on this for now) any set of DVC files will be considered as package, thus making pipelines reusable
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
import | Data Version Control - DVC
Provides an easy way to reuse files or directories tracked in any DVC repositoryDVC repository (e.g. datasets, intermediate results, ML models) or Git ......
Read more >import/get directory with git files and dvc outputs #3087 - GitHub
I just did a: dvc import https://github.com/my_company/my_repo data which gives me a data folder and a data.dvc files in my current folder.
Read more >Data & Model Management with DVC | Analytics Vidhya
Search & import files from a DVC repo. Later, we will also look into using DVC as a Python package. Installation. DVC can...
Read more >dvc - PyPI
The command should look like this: pip install 'dvc[s3]' (in this case AWS S3 dependencies such as boto3 will be installed automatically). To...
Read more >Create a project - Jupyter Tutorial 0.9.0
Before DVC is used, even a remote storage is established. ... You can also import data and models from another project with the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

importwas moved toimport-url.@jorgeorpinel this is a priority 😃 we will see if we merge it before pkg code is merged or not. It will also take some time to get the docs for it done end-to-end. It’s a big feature.