quarkusio / extensions

The source of https://quarkus.io/extensions
Apache License 2.0
6 stars 4 forks source link

Add ability to sort extensions by downloads, using Tableau download stats #952

Closed holly-cummins closed 4 months ago

holly-cummins commented 4 months ago

I thought I'd have to do this by hand with manual uploads of download data, but I found the Tableau rest api and got it working. So this should stay current as long as we continue to get refreshes of the workbook and view we're using. Because it needs a secret for the Tableau access token, this won't render in the PR preview, but this is what I see locally:

image

The message about the date only shows when sort by downloads is selected. I've verified the order against the table in the Tableau UI.

Partial resolution of #856. One problem is that we only have the artifact id, not the group id, in the raw data, so the json-logging downloads will get double-counted and can't be split (yet). I've raised #951.

cc @maxandersen and @gastaldi, because this is a notable data enrichment.

github-actions[bot] commented 4 months ago

🙈 The PR is closed and the preview is expired.