by oliverjudge on 11/17/24, 6:56 PM with 2 comments
by bootstrpppin on 11/17/24, 7:04 PM
My preference is to use old school SQL to report on transactional data, instead of event data. Sometimes I'll use a simple GUI like Metabase to visualise the queries and build simple dashboards.
If I'm forced to use an event-based telemetry system I suppose I'd go to Mixpanel via Segment.
My co-founder has also suggested we implement Posthog, but I've got no experience with it so far.
Hope that's useful
by XCSme on 11/18/24, 11:07 PM
It has a simple PHP/MySQL backend, so it's easy to query the data directly or integrate it with other data visualization tools and workflows.
Recently I also added text-to-SQL and text-to-chart, using ChatGPT, which works surprisingly well.