Hacker News new | ask | show | jobs
by martin_loetzsch 2967 days ago
(author here)

The mara example project [1] does exactly that. It combines PuPI download stats with Github repo activity data.

[1] https://github.com/mara/mara-example-project

1 comments

Thanks! Just took a look.

The file directory structure is a bit confusing -- could you point me to the file that performs this transformation?

For example the PyPI download stats pipeline is here: https://github.com/mara/mara-example-project/tree/master/app...

The __init__.py contains the pipeline, and the rest is the SQL files that do the transformations

Thank you!