Postgres -> Metabase I believe this is the best combination of cheap/powerful for early-stage startups. My very non-technical cofounder is able to use metabase's simple GUI interface to create graphs/insights (even joining and aggregating across tables!), and for anything complex I can step in a give a helper SQL query. We have around 10M records we aggregate around for daily insights. Metabase can also be run as a p…
UX guy from Metabase here. Glad to hear it's working well for you. Happy to answer any questions folks might have.
Ask HN: What does your BI stack look like?
151–160 of 181 posts
Re: Ask HN: What does your BI stack look like?
#152Postgres -> Metabase I believe this is the best combination of cheap/powerful for early-stage startups. My very non-technical cofounder is able to use metabase's simple GUI interface to create graphs/insights (even joining and aggregating across tables!), and for anything complex I can step in a give a helper SQL query. We have around 10M records we aggregate around for daily insights. Metabase can also be run as a p…
Re: Ask HN: What does your BI stack look like?
#153Events are mainly streamed to one of the following: Cloud buckets(S3, etc), HDFS, SQL-db or Cassandra.
Most clients use one of the following visualization tools: PowerBI, Qlik or Tableau.
Our clients are mid to enterprise size.
Disclaimer: I work at Datastreams
Re: Ask HN: What does your BI stack look like?
#154We initially considered Stitch and other -as-a-service ETL but ~500 lines of Python later we had our own thing. I also experimented with FDW: https://unwindprotect.com/postgres-fdw
Re: Ask HN: What does your BI stack look like?
#155Postgres (read replica) -> Redash Segment -> Amplitude (but using it less and less) I am surprised no one mentioned https://redash.io/ till now (a lot cheaper than looker/mode/Periscope with all the basic functionality that you might need).
Re: Ask HN: What does your BI stack look like?
#156If you have a data team: Stitch / Segment -> BigQuery -> Dataform -> BigQuery -> Looker I work with many companies helping them set up their data stack, and from what I've seen this is pretty much the optimal set up. These tools all require very little maintenance, are relatively cheap (compared to the man power required to set these things up from scratch internally), and scale well as companies grow and complexity…
Re: Ask HN: What does your BI stack look like?
#157Re: Ask HN: What does your BI stack look like?
#158Earlier quoted context omitted.
UX guy from Metabase here. Glad to hear it's working well for you. Happy to answer any questions folks might have.
Can you please compare it with Superset?
Metabase is a very easy to use data exploration, data vis and reporting tool designed to give insights into data in an easy/self service way for mostly non-technical users.
I've POC'd both, and would recommend Metabase or redash unless you really know what you need out of superset
[0] https://preset.io/blog/2019-10-09-series-a-announcement/
Re: Ask HN: What does your BI stack look like?
#159Postgres -> Metabase I believe this is the best combination of cheap/powerful for early-stage startups. My very non-technical cofounder is able to use metabase's simple GUI interface to create graphs/insights (even joining and aggregating across tables!), and for anything complex I can step in a give a helper SQL query. We have around 10M records we aggregate around for daily insights. Metabase can also be run as a p…
Looks interesting but I would like to know how is it different than Apache Superset. What is the concept of "Question" here? Is it about some "official terminology" for a "SELECT" query? Any video demo?
Re: Ask HN: What does your BI stack look like?
#160* SAP -> SAP services -> tableau. * Some depts use Excel -> Python -> tableau.