Open marcphilipp opened 3 years ago
It looks really nice. What is the source of those stats? Nexus stats? Gradle Plugin Portal stats? Something else?
https://oss.sonatype.org/#central-stat has a CSV download functionality that was relatively easy to reverse engineer. The task downloads a CSV for each month and artifact id and generates an HTML page that uses some Javascript charting library.
I've seen the stats, but I missed the fact I can download them as CSV. We just have to start publishing to Maven Central before ;-). However, probably there is also some internal way to fetch CSV from the Portal :-).
I have a prototype that can generate charts like this one:
If there's interest, we could make that into a custom task.