Skip to content

Commit cb31463

Browse files
committed
db-dump: document the location of historical version download CSVs
1 parent 9562b18 commit cb31463

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/crates_io_database_dump/src/readme_for_tarball.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ This is a dump of the public information in the crates.io database.
2121
- `crate_owners.owner_id` - if the owner is a user, this is their ID in `users.id`, otherwise it's the ID in `teams.id`.
2222
- `teams.login` - this will look something like `github:foo:bar`, referring to the `bar` team in the `foo` organisation. At present, as we only support GitHub, the first component will always be `github`.
2323

24+
## Historical version downloads
25+
26+
For performance reasons, the live `version_downloads` table only includes data for the last 90 days. All available historical data (back to November 2014) archived from the table is available at https://static.crates.io/archive/version-downloads/ in CSV form.
27+
2428
## Restoring to a Local crates.io Database
2529

2630
1. Create a new database.

0 commit comments

Comments
 (0)