Mixpanel: Introducing JQL, a query language to analyze and learn from data
1–10 of 23 posts
Re: Mixpanel: Introducing JQL, a query language to analyze and learn from data
#2Re: Mixpanel: Introducing JQL, a query language to analyze and learn from data
#3I wonder if the Atlassian lawyers care about this.
https://confluence.atlassian.com/jira/advanced-searching-179...
Re: Mixpanel: Introducing JQL, a query language to analyze and learn from data
#4The only thing I loathe about SQL is its lack of re-usability. It is hard to write reusable parts and pass them around in functions. Need ten filters which you may / may not use? Write ten queries!
Thankfully, the problem is solved by ORMs ( SQLAlchemy, in my case ). Certainly, in many cases, the mental mapping of map, filter and reduce makes more sense but in the most, I have been more comfortable with using a powerful ORM layer and SQL.
Re: Mixpanel: Introducing JQL, a query language to analyze and learn from data
#5I wonder if the Atlassian lawyers care about this.
Re: Mixpanel: Introducing JQL, a query language to analyze and learn from data
#6e.g.
https://amplitude.com/sql-queries
etc
Re: Mixpanel: Introducing JQL, a query language to analyze and learn from data
#7> For instance, a multi-step funnel, segmented on a couple of columns, would extend to several screenfuls of complex SQL, which is cumbersome to write and difficult to reason about. The only thing I loathe about SQL is its lack of re-usability. It is hard to write reusable parts and pass them around in functions. Need ten filters which you may / may not use? Write ten queries! Thankfully, the problem is solved by ORM…
Re: Mixpanel: Introducing JQL, a query language to analyze and learn from data
#8> For instance, a multi-step funnel, segmented on a couple of columns, would extend to several screenfuls of complex SQL, which is cumbersome to write and difficult to reason about. The only thing I loathe about SQL is its lack of re-usability. It is hard to write reusable parts and pass them around in functions. Need ten filters which you may / may not use? Write ten queries! Thankfully, the problem is solved by ORM…
Re: Mixpanel: Introducing JQL, a query language to analyze and learn from data
#9Seems like this is in response to competitors offering raw access to the data. e.g. https://amplitude.com/sql-queries https://segment.com/redshift etc