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 762 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
19
20
21
22
23
24
25
26
  1. stages:
  2. BX:
  3. cmd: unzip BX-CSV-Dump.zip
  4. deps:
  5. - BX-CSV-Dump.zip
  6. outs:
  7. - BX-Book-Ratings.csv
  8. - BX-Books.csv
  9. - BX-Users.csv
  10. loc-books:
  11. cmd: curl https://www.loc.gov/cds/downloads/MDSConnect/BooksAll.2016.part[01-43].xml.gz
  12. -o "loc-books/BooksAll.2016.part#1.xml.gz" --create-dirs
  13. outs:
  14. - loc-books
  15. frozen: true
  16. loc-names:
  17. cmd: curl https://www.loc.gov/cds/downloads/MDSConnect/Names.2016.part[01-40].xml.gz
  18. -o "loc-names/Names.2016.part#1.xml.gz" --create-dirs
  19. outs:
  20. - loc-names
  21. frozen: true
  22. viaf-clusters-marc21:
  23. cmd: aria2c -o viaf-clusters-marc21.xml.gz http://viaf.org/viaf/data/viaf-20191007-clusters-marc21.xml.gz
  24. outs:
  25. - viaf-clusters-marc21.xml.gz
  26. frozen: true
Tip!

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

Comments

Loading...