TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What's your startup's BI tool/setup?

5 点作者 corrius超过 3 年前
I am a software&#x2F;data engineer who is stepping up as the responsible of data in a 30-person startup and one of the first assignments is to choose and get up and running a BI tool so people that don&#x27;t know SQL can explore data, create&#x2F;look at dashboards and export data.<p>Now that I am looking into this problem I am curious what are other startups solutions to this.<p>- Is the CTO or one of the engineers taking requests and running queries and sending csv&#x2F;excel files back?<p>- Do business people at your company know SQL so they can run their own?<p>- Do you run your own BI tool? If that&#x27;s the case, which one? I guess most startups at this level don&#x27;t need a BI tool but we have do as we have a strong business side and no-one knows SQL outside the engineering team.

9 条评论

Jugurtha超过 3 年前
We integrated Airbyte, Superset (<a href="https:&#x2F;&#x2F;superset.apache.org" rel="nofollow">https:&#x2F;&#x2F;superset.apache.org</a>) , and Streamlit (<a href="https:&#x2F;&#x2F;streamlit.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;streamlit.io&#x2F;</a>) with our ML platform, (<a href="https:&#x2F;&#x2F;iko.ai" rel="nofollow">https:&#x2F;&#x2F;iko.ai</a>).<p>The platform provides real-time collaborative notebooks so people can train, track, package, deploy, and monitor machine learning models on Kubernetes.<p>Depending on the client and their data sources, our people can get data using Airbyte. Then build dashboards using Superset. They also can deploy a Streamlit application right from the notebook without worrying about spinning up a VM on GCP, set the environment, deploy, add authentication, etc. as the platform does that. They can invoke the deployed models from there.<p>Especially with projects that move fast, the cycle needs to follow to show results to our clients and we shave off inefficiencies as we go.
johntdaly超过 3 年前
At my previous company we used Tableau for a while and I was rather happy with it. I’m not sure what they are using now but I also build an excel exporter for common data and we also produced an excel file by hand for analysis so I would guess they are using excel now.<p>I honestly would suggest to use a BI tool rather than going with excel but you might be forced in one or the other direction based on what the people in your company are more comfortable with and how good or bad you data is. The quality of our data was bad enough that a manual step was required and more people where comfortable with excel.<p>I personally would go with BI tool. Like I said, I liked Tableau but from what I’ve seen MS PowerBI is also nice even though you will bind yourself to SQL Server. I would recommend Apache Superset as a no cost&#x2F;low cost alternative. Tableau was expensive and because of that the people who where most interested in using it didn’t get the licenses and the people that got the licenses where not as interested. Also the licensing structure for Tableau is more suited towards larger companies and I personally think that BI tools are way to useful to limit them to management because of licensing cost.
评论 #29390045 未加载
ReDeiPirati超过 3 年前
It looks like you have a strong self-service requirement (&quot;so people that don&#x27;t know SQL can explore data, create&#x2F;look at dashboards and export data&quot;), in that case I would encourage looking for BI tools like Metabase, Superset, etc...<p>At my previous company, we self-hosted Metabase using terraform on AWS, and connected it to a read-only replica of our production db. We also connected all the 3rd parties sources (Intercom, Zendesk, etc...) using Segment by moving the data to Redshift, which was connected to Metabase as well.<p>We created a Cloudflare tunnel (legacy) so that only people from the org could have access to Metabase via their Google profile.<p>It was a quite simple setup, but it worked very well for us.
corrius超过 3 年前
I forgot to mention on the posts what are my thoughts so far:<p>- License products such as Tableau, Qlikview or PowerBI are too big for us at the moment, both in size, pricing, complexity, etc.<p>- Scheduled exports to Excel&#x2F;csv don&#x27;t solve our use-case as it needs our interaction every time there is a new export or change in the queries.<p>- Accepting requests directly don&#x27;t scale well either.<p>- Currently we are considering Metabase, Superset and Redash. Leaning towards Metabase based on better UI, runs well in AWS and connects to SQL databases, Mongo, Redshift and Clickhouse (Not that we use all of them but we may in the future)
pkalinowski超过 3 年前
40 people web startup. Currently Metabase as main BI tool, but I&#x27;m thinking about introducing a tool like hex.tech. IMO classic BI and dashboarding is inflexible and future lies somewhere else.<p>Backend is Bigquery + dbt. I highly recommend Bigquery if you are on GSuite and use Sheets. You can create views or tables in bq and have them included in sheets, always up to date. With dbt you can have them tested and be sure data is always correct.<p>True single source of truth, even for coworkers who work with excel only
shiv86超过 3 年前
&quot; BI tool so people that don&#x27;t know SQL can explore data, create&#x2F;look at dashboards and export data.&quot; - We had exactly the same requirement. Use Looker, its expensive but worth it. The requests to our data team has reduced by 90% We are a small startup with 20 employees
huy超过 3 年前
If you&#x27;re new to the BI space, this book should give you a pretty good high-level overview: <a href="https:&#x2F;&#x2F;www.holistics.io&#x2F;books&#x2F;setup-analytics&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.holistics.io&#x2F;books&#x2F;setup-analytics&#x2F;</a>
grolle超过 3 年前
We use a custom service that works similar to Segment (i.o.w. 500 loc that receive events and forward them to all sorts of systems).<p>We then have Mixpanel for simple stuff and a big sql database that we use for research using SQL, PowerBI, Grafana for more complex things.
JasonCannon超过 3 年前
My startup is a bit different, because we actually have a BI team that offers custom BI dashboards for our clients. We use PowerBI Premium to embed our BI dashboards into our web application.