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 1.1 KB

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
  1. stages:
  2. loc-books:
  3. cmd: curl -L https://www.loc.gov/cds/downloads/MDSConnect/BooksAll.2016.part[01-43].xml.gz -o loc-books/BooksAll.2016.part#1.xml.gz --create-dirs
  4. outs:
  5. - loc-books
  6. loc-names:
  7. cmd: curl -L https://www.loc.gov/cds/downloads/MDSConnect/Names.2016.part[01-40].xml.gz -o loc-names/Names.2016.part#1.xml.gz --create-dirs
  8. outs:
  9. - loc-names
  10. ol-authors:
  11. cmd: curl -L --retry 100 -o openlib/ol_dump_authors.txt.gz https://openlibrary.org/data/ol_dump_authors_2023-12-31.txt.gz
  12. outs:
  13. - openlib/ol_dump_authors.txt.gz
  14. ol-editions:
  15. cmd: curl -L --retry 100 -o openlib/ol_dump_editions.txt.gz https://openlibrary.org/data/ol_dump_editions_2023-12-31.txt.gz
  16. outs:
  17. - openlib/ol_dump_editions.txt.gz
  18. ol-works:
  19. cmd: curl -L --retry 100 -o openlib/ol_dump_works.txt.gz https://openlibrary.org/data/ol_dump_works_2023-12-31.txt.gz
  20. outs:
  21. - openlib/ol_dump_works.txt.gz
  22. viaf-clusters:
  23. cmd: curl -L --retry 100 -o viaf-clusters-marc21.xml.gz https://viaf.org/viaf/data/viaf-20240101-clusters-marc21.xml.gz
  24. outs:
  25. - viaf-clusters-marc21.xml.gz
Tip!

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

Comments

Loading...