24
submitted 1 year ago* (last edited 1 year ago) by judasferret@aussie.zone to c/meta@aussie.zone

Graphs in the post body

you are viewing a single comment's thread
view the rest of the comments
[-] Zagorath@aussie.zone 3 points 1 year ago

Out of interest, do we have stats on daily active users? (Preferably where "active" is defined by "makes at least one comment or post".)

[-] judasferret@aussie.zone 3 points 1 year ago

Found it. It is the function "site_aggregates_activity" which essentially says if you have published a comment or a post since the target time (day, month, 6 month etc) you are considered active. Here is the code

select c.creator_id from comment c inner join person u on c.creator_id = u.id where c.published > ('now'::timestamp - i::interval) and u.local = true union select p.creator_id from post p inner join person u on p.creator_id = u.id where p.published > ('now'::timestamp - i::interval) and u.local = true

load more comments (2 replies)
this post was submitted on 01 Jul 2023
24 points (100.0% liked)

Meta

595 readers
17 users here now

Discussion about the aussie.zone instance itself

founded 1 year ago
MODERATORS