Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

dvc.yaml 619 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  1. stages:
  2. loc-books:
  3. cmd: curl https://www.loc.gov/cds/downloads/MDSConnect/BooksAll.2016.part[01-43].xml.gz
  4. -o "loc-books/BooksAll.2016.part#1.xml.gz" --create-dirs
  5. outs:
  6. - loc-books
  7. frozen: true
  8. loc-names:
  9. cmd: curl https://www.loc.gov/cds/downloads/MDSConnect/Names.2016.part[01-40].xml.gz
  10. -o "loc-names/Names.2016.part#1.xml.gz" --create-dirs
  11. outs:
  12. - loc-names
  13. frozen: true
  14. viaf-clusters-marc21:
  15. cmd: aria2c -o viaf-clusters-marc21.xml.gz http://viaf.org/viaf/data/viaf-20191007-clusters-marc21.xml.gz
  16. outs:
  17. - viaf-clusters-marc21.xml.gz
  18. frozen: true
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...