flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
top repo owners by contributions
dannyamah
top repo owners by contributions
Updated 2024-10-05
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
repo_owner
,
COUNT
(
*
)
AS
contributions
FROM
near
.
core
.
fact_developer_activity
GROUP
BY
repo_owner
ORDER
BY
contributions
DESC
LIMIT
10
;
Results
QueryRunArchived: QueryRun has been archived