Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Report crates.io metrics? #20

Open
epage opened this issue Nov 16, 2023 · 4 comments
Open

Report crates.io metrics? #20

epage opened this issue Nov 16, 2023 · 4 comments
Assignees

Comments

@epage
Copy link
Collaborator

epage commented Nov 16, 2023

cargo-info includes a lot of different metrics exposed via the crates.io API (so separate from the Index and Cargo.toml)

Looking at the list, some that might be useful include

  • recent download count (popularity)
  • last updated (give a feel for how active development is)

Unsure how we should handle third-party registries.

@epage epage changed the title Report crates.io metrics Report crates.io metrics? Nov 16, 2023
@Rustin170506
Copy link
Owner

Unsure how we should handle third-party registries.

  1. Can we have some features only for creats.io?
  2. What about the rate limitation? crates.io has very strict rate limits for those APIs.

@epage
Copy link
Collaborator Author

epage commented Nov 21, 2023

Can we have some features only for creats.io?

I wonder if we can rely on the status code if a registry doesn't support it. We could then document it and note that it is optional.

What about the rate limitation? crates.io has very strict rate limits for those APIs.

We'd likely need to hear from crates.io people for insight on user workflows mixed with rate limits. If nothing else, if we get rate limited, I'm assuming there is a relevant status code and we can skip it with a warning?

@epage epage mentioned this issue Jan 3, 2024
8 tasks
@Rustin170506
Copy link
Owner

Rustin170506 commented Jan 6, 2024

I discussed it with the crates.io team last night, they thought it is OK to use the /api/v1/crates/:crate_id/:version API to get the download and update information. It wouldn't cause too much pressure on crates.io.

@Rustin170506 Rustin170506 self-assigned this Apr 6, 2024
@Rustin170506
Copy link
Owner

I am working on this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants