Pub-dev: Feature Request: Package Stats

Created on 5 Sep 2017  Â·  4Comments  Â·  Source: dart-lang/pub-dev

Hello! Not sure if this is at all possible, but thought I'd throw my feature request in :)

I would like to see the number of times a package has been downloaded in the past day / week / month.

  • As a user, this allows me to determine the the size of the community around a package.
  • As an author, it helps me focus my effort on my most impactful projects.

An example of this can be seen on the npm package pages: https://www.npmjs.com/package/express

Thanks for listening to my feature request!

Most helpful comment

Yup, @brianegan – we're doing a lot of plumbing right now. Collecting and using popularity stats is on our radar.

All 4 comments

There is some infrastructure for processing the logs and generating popularity stats. It will be used for ranking in the search.

Exposing this data on the package pages should then also be possible.

/cc @isoos @kevmoo

Yup, @brianegan – we're doing a lot of plumbing right now. Collecting and using popularity stats is on our radar.

I think this can be closed now. We won't publish direct download counts (e.g. because they are skewed by the CIs that download them on every new change), but the popularity score is a huge part of the overall score.

Yep, the popularity info / other data fulfills my use cases! Thanks for all the hard work :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Gyoko picture Gyoko  Â·  6Comments

jorgecoca picture jorgecoca  Â·  3Comments

basilex picture basilex  Â·  3Comments

jonataslaw picture jonataslaw  Â·  4Comments

mit-mit picture mit-mit  Â·  6Comments