jackguyTop Near Repos
    Updated 2023-01-21
    SELECT
    -- date_trunc('week', createdat) as week,
    REPO,
    count(*) as git_actions,
    count(DISTINCT author) as git_author
    FROM near.beta.github_activity
    GROUP BY 1
    ORDER by 3 DESC
    Run a query to Download Data