frappe / insights

Open source analytics / business intelligence tool (BI)
https://frappe.io/insights
GNU Affero General Public License v3.0
368 stars 173 forks source link

Clickhouse is a popular analytics data warehouse (e.g. Plausible); support it's SQL-like queries #271

Closed blaggacao closed 2 weeks ago

blaggacao commented 2 weeks ago

https://clickhouse.com/

https://clickhouse-driver.readthedocs.io/en/latest/

Example query (Plausible Schema):

SELECT *
FROM events_v2
WHERE lower(substring(utm_source, 1, 4)) = 'cust'
blaggacao commented 2 weeks ago

Will be closed by: https://github.com/frappe/insights/pull/270