Custom pipes mostly coordinated by Luigi (heavily customized) -> Redshift -> DBT -> Looker. Some spark mixed in at the ingestion and transformation phases. Like someone else said in this thread, we're currently battling Redshift scaling problems and are looking to offload more of the raw data to S3 using Spark to create read views. No data catalog right now but the Looker setup is extremely well-maintained. Hoping to…
Ask HN: What does your BI stack look like?
51–60 of 181 posts
Re: Ask HN: What does your BI stack look like?
#52Re: Ask HN: What does your BI stack look like?
#53Re: Ask HN: What does your BI stack look like?
#54It's important to say out loud that a lot of analysis also happens within product-local reporting systems, or in "offline" Google sheets.
We are currently working on building out the same stack, terminating in a Powered By Looker instance, for customer-facing aggregate reporting.
The engineering and data science teams do great with Looker, but Tableau still covers use cases for non-engineer business people (think: the finance, customer operations, training, etc) who want to start from source data plus a few sidebar Google sheets, tinker around, and then develop a rough report without waiting for iterative cycles with the data engineering team. We're thinking hard about how to get those use cases into the warehouse + Looker faster.
Re: Ask HN: What does your BI stack look like?
#55The other I had to build for a startup with millions of monthly uniques but only seed funding (cant do a 30+k a month data eng bill).
Went with custom event emission->kenisis->(druid & S3) and used imply (https://imply.io/). Easy real time data analytics, auto "enrichment with druid lookups from a RDBMS, and a simple ui for slice/dice investigation metrics. All in all costed lest then the cheapest looker license.
Re: Ask HN: What does your BI stack look like?
#56I'm pretty fond of the last stack for streaming dashboards in the sensor data realm.
Re: Ask HN: What does your BI stack look like?
#57Are any of you offering embedded analytics in your products? Mostly applies to mid-market/enterprise SaaS platforms but interested in learning more about how you offer analytics/BI to your customers in your products.
After looking at the different way of doing that with their API I think we'll have to use that https://docs.looker.com/reference/embedding/sso-embed for a mix of convenience and security.
(I'm not affiliated with Looker and have no opinion about it ... yet).
Re: Ask HN: What does your BI stack look like?
#58We have a variety of data sources, from Mixpanel to PostgreSQL to black-box systems that can only dump out CSV files. We use Airflow to manage pulling from those, doing some transforms, and writing everything into BigQuery. Looker then handles the reporting and browsing.
Re: Ask HN: What does your BI stack look like?
#59Are any of you offering embedded analytics in your products? Mostly applies to mid-market/enterprise SaaS platforms but interested in learning more about how you offer analytics/BI to your customers in your products.
Re: Ask HN: What does your BI stack look like?
#60Custom pipes mostly coordinated by Luigi (heavily customized) -> Redshift -> DBT -> Looker. Some spark mixed in at the ingestion and transformation phases. Like someone else said in this thread, we're currently battling Redshift scaling problems and are looking to offload more of the raw data to S3 using Spark to create read views. No data catalog right now but the Looker setup is extremely well-maintained. Hoping to…
Since your Looker setup is well-maintained, did you consider adopting the data catalog in Looker, what would be the challenge doing it?
That said I haven't looked closely at how far we could go with Looker, I'll check it out.