flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
near developer 3
adriaparcerisas
near developer 3
Updated 2024-03-23
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
-- Find the repositories with the most forks
SELECT
repo_name
,
COUNT
(
*
)
AS
fork_count
FROM
near
.
core
.
fact_developer_activity
WHERE
endpoint_github
=
'forks'
GROUP
BY
repo_name
ORDER
BY
fork_count
DESC
LIMIT
10
Results
QueryRunArchived: QueryRun has been archived