TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Designing a Faster, Simpler Workflow to Build and Share Analytical Insights

10 pointsby yurisagalovalmost 8 years ago

2 comments

teejalmost 8 years ago
This seems so overengineered. If you&#x27;re using a BI tool like Looker, you can configure how often and how long you would like your &quot;query&quot; to be persisted. They also support dynamic triggering - when value X changes, rerun query Y. This is all 2-3 lines of LookML configuration.<p>Also, pulling this out of the dependency graph of the rest of your ETL system seems silly. Analysts now have to schedule their queries &quot;sometime roughly when I think the data will be available&quot; vs &quot;immediately once the data is available&quot;.<p>It sounds like Chartio isn&#x27;t really keeping up with their workflow. So assume for a second they need to ease this pain but can&#x27;t justify a vendor switch right now. What&#x27;s the fix? I think you make it easier for analysts to put jobs into Airflow. That way you aren&#x27;t reinventing the wheel (building a completely isolated ETL scheduling tool) and you&#x27;re actually attempting to solve one of th underlying problems (Airflow isn&#x27;t &quot;analyst friendly&quot;).<p>I&#x27;d love to hear other people&#x27;s experience. I recognize I&#x27;m being a bit of a negative nancy.
reacharavindhalmost 8 years ago
Cane here to say just that. This feels wayyy over engineered. First of all, do they really need 30 analysts pouring over viewer stats?! Isn&#x27;t their primary business journalism and producing good quality content? I wonder how many analysts and data engineers they have supporting the articles and research.. Couldn&#x27;t they just use data exploration tools like Looker and focus on their primary business instead?<p>Now, I go back to my naive village wondering why The Times Digital subscription costs so much...