flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Top Near Repos
jackguy
Top Near Repos
Updated 2023-01-21
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
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
Results
Run a query to Download Data