Skip to content

db-dump: document the location of historical version download CSVs #11385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

LawnGnome
Copy link
Contributor

Noticed this was missing while I was grumping about other things.

@LawnGnome LawnGnome self-assigned this Jun 18, 2025
@LawnGnome LawnGnome added A-backend ⚙️ C-documentation 📜 Category: Documentation of crates.io itself labels Jun 18, 2025
@LawnGnome LawnGnome enabled auto-merge June 18, 2025 21:12
@@ -21,6 +21,10 @@ This is a dump of the public information in the crates.io database.
- `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`.
- `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`.

## Historical version downloads

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
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.

to make this a clickable link 😉

@LawnGnome LawnGnome merged commit 10b7065 into rust-lang:main Jun 18, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-documentation 📜 Category: Documentation of crates.io itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants