We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we only have a ever growing graph. The feature request is to add a second graph that will show the number of downloads for a time period.
Matthias' request: https://twitter.com/matkoch87/status/1225797785313796099
The text was updated successfully, but these errors were encountered:
My SQL is rusty, it seems like this is where the data is grabbed from the DB:
nuget-trends/src/NuGetTrends.Data/NuGetTrendsContextExtensions.cs
Lines 20 to 33 in 4209af5
Does the DB have the raw download data per day or is it stored in aggregate form already?
Sorry, something went wrong.
@michael-hawker the data is stored per day, in the daily_downloads table. We do it by hitting the NuGet API daily for all stored packages we have.
daily_downloads
No branches or pull requests
Currently we only have a ever growing graph.
The feature request is to add a second graph that will show the number of downloads for a time period.
Matthias' request: https://twitter.com/matkoch87/status/1225797785313796099
The text was updated successfully, but these errors were encountered: