rajsAuthor Association
    Updated 2023-01-25
    SELECT
    authorassociation,
    count(distinct author) as no_of_developers,
    count(*) as no_of_actions
    from near.beta.github_activity
    group by 1
    order by 2 desc
    Run a query to Download Data