flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Top Developers Based on month active
2844
Top Developers Based on month active
Updated 2023-01-26
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
author
,
count
(
DISTINCT
date_trunc
(
'month'
,
createdat
)
)
as
time_active
,
Count
(
distinct
id
)
as
Total_PR
FROM
near
.
beta
.
github_activity
GROUP
BY
1
ORDER
BY
2
DESC
LIMIT
20
Results
Run a query to Download Data