flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
developer
SocioAnalytica
developer
Updated 2024-03-25
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
date_trunc
(
'week'
,
SNAPSHOT_TIMESTAMP
)
as
date
,
count
(
DISTINCT
REPO_OWNER
)
as
developer
,
count
(
DISTINCT
REPO_NAME
)
as
n_repository
,
from
near
.
core
.
fact_developer_activity
where
date
>=
'2024-01-01'
group
by
1
Results
QueryRunArchived: QueryRun has been archived