diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-09 16:25:06 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-09 16:25:06 -0700 |
commit | a922a382bb681dc4d2fe7d2b359a0c48c2e98cbc (patch) | |
tree | 5302ec06568614c020e290f816f48b43441c806a | |
parent | 937b59b7d3adc28ce8af0789eaa00eca14c0b308 (diff) | |
download | fatcat-a922a382bb681dc4d2fe7d2b359a0c48c2e98cbc.tar.gz fatcat-a922a382bb681dc4d2fe7d2b359a0c48c2e98cbc.zip |
create new collection just for fatcat exports
-rw-r--r-- | extra/sql_dumps/README.md | 2 | ||||
-rw-r--r-- | guide/src/bulk_exports.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/sql_dumps/README.md b/extra/sql_dumps/README.md index 45d3c17a..ad4afa8f 100644 --- a/extra/sql_dumps/README.md +++ b/extra/sql_dumps/README.md @@ -114,7 +114,7 @@ Uploads should can be `--no-derive` to save cluster time. Metadata should be set as: - item name: `fatcat_bulk_exports_YYYY-MM-DD` or `fatcat_sqldump_public_YYYY-MM-DD` (or sometimes `fatcat_sqldump_full`) -- collection: `ia_biblio_metadata` +- collection: `fatcat_snapshots_and_exports` - creator: `Internet Archive Web Group` - date: that the dump started (UTC) - title: "Fatcat Bulk Metadata Exports (YYYY-MM-DD)" or "Fatcat Public Database Snapshot (YYYY-MM-DD)" diff --git a/guide/src/bulk_exports.md b/guide/src/bulk_exports.md index 4ac4206c..1cfde48e 100644 --- a/guide/src/bulk_exports.md +++ b/guide/src/bulk_exports.md @@ -9,7 +9,7 @@ interested in: - entity exports All exports and dumps get uploaded to the Internet Archive under the -[bibliographic metadata](https://archive.org/details/ia_biblio_metadata) +["Fatcat Database Snapshots and Bulk Metadata Exports"](https://archive.org/details/fatcat_snapshots_and_exports?&sort=publicdate) collection. ## Complete Database Dumps |