NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
https://www.nuget.org/
Apache License 2.0
1.53k stars 644 forks source link

Historical package download counts data #5222

Closed scottbommarito closed 3 years ago

scottbommarito commented 6 years ago

As far as I can tell, there's no way to get historical statistics data outside of the "last six weeks".

For example, if I wanted to track the downloads of a package every day, I currently need to constantly monitor the stats page and save the values somewhere, or I need to give up and just look at the last six weeks as a whole.

Another example is that we wanted to know how many downloads NuGet.org had at the end of 2017, but since we didn't spend NYE refreshing the Gallery's statistics, we aren't sure the exact number.

We should show the daily values for at least the last couple weeks.

Another thing to note is that the statistics job doesn't save snapshots of these reports, so we don't even have internal copies of the past data.

robertmuehsig commented 5 years ago

Related: https://github.com/NuGet/NuGetGallery/issues/4769

bruno-garcia commented 5 years ago

There's a community take on it: https://github.com/NuGetTrends/nuget-trends

https://nugettrends.com

joelverhagen commented 3 years ago

Duplicate of https://github.com/NuGet/NuGetGallery/issues/4769.