Hacker News new | ask | show | jobs
by infinite8s 2568 days ago
I'll repeat a comment from a slightly related thread: https://news.ycombinator.com/item?id=20053628

I've found something like a LookML syntax backed by SQLAlchemy Core has allowed me to implement something like Looker (but tied to my own visualization stack)

1 comments

How does it work with parameterized filtering, time intelligence, etc ? Does the user have to modify the script or can they do it through point and click UI.
It's not quite point and click, although I've implemented Tableau like frontends on Qt/javascript which construct a pivot description, and then get compiled using SQLAlchemy core into a sql query that drives the DB. Still working out the best UX to expose to the user, but I think I'll go the approach of Mode since our users are sophisticated enough to write analytic SQL.