Skip to content

Commit

Permalink
Add example-versioning datasets and complete README instructions
Browse files Browse the repository at this point in the history
The latter so this repo becomes "stand-alone",
see iterative/example-repos-dev#8
  • Loading branch information
jorgeorpinel committed Aug 28, 2019
1 parent 57fcc58 commit 5f29775
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ $ dvc remote list
storage https://remote.dvc.org/dataset-registry
```

You can run [`dvc pull`](https://man.dvc.org/pull) to download specific datasets
locally:
**Important**: To be able to push to the default remove, overwrite it with:

```console
$ dvc pull -r storage get-started/data.xml
$ dvc remote add -d --local storage s3://dvc-public/remote/dataset-registry
```

> This requires having configured corresponding S3 credentials locally.
## Testing data synchronization locally

If you'd like to test commands like [`dvc push`](https://man.dvc.org/push),
Expand Down
2 changes: 2 additions & 0 deletions tutorial/ver/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/data.zip
/new-labels.zip
8 changes: 8 additions & 0 deletions tutorial/ver/data.zip.dvc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
md5: 8d87dfac5a1c043ba0e3dff5e255b860
wdir: ../..
outs:
- md5: fa9c0eb4173d86695b4e800219651360
path: tutorial/ver/data.zip
cache: true
metric: false
persist: false
8 changes: 8 additions & 0 deletions tutorial/ver/new-labels.zip.dvc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
md5: 50faa163d41376bd3eda57ecc856d19b
wdir: ../..
outs:
- md5: 2eaa473159443e75e6fb7b29e56c0787
path: tutorial/ver/new-labels.zip
cache: true
metric: false
persist: false

1 comment on commit 5f29775

@jorgeorpinel
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit solves part of iterative/dvc.org#487 (comment)

Please sign in to comment.