View Source Plausible.Stats.Clickhouse (Plausible v0.0.1)
Summary
Functions
Link to this function
empty_24h_visitors_hourly_intervals(sites, now \\ NaiveDateTime.utc_now())
View Source@spec empty_24h_visitors_hourly_intervals([Plausible.Site.t()], NaiveDateTime.t()) :: map()
@spec imported_pageview_counts(Plausible.Site.t()) :: %{ required(non_neg_integer()) => non_neg_integer() }
Link to this function
last_24h_visitors_hourly_intervals(sites, now \\ NaiveDateTime.utc_now())
View Source@spec last_24h_visitors_hourly_intervals([Plausible.Site.t()], NaiveDateTime.t()) :: map()
@spec pageview_start_date_local(Plausible.Site.t()) :: Date.t() | nil