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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What would you use to track and update a small companies KPIs?

5 点作者 Tarks大约 2 年前
I&#x27;m looking to track some company KPIs, we&#x27;ve been using excel which has all the drawbacks you&#x27;d expect.<p>I thought there&#x27;d be some tool which for example stores the data in a SQL db, has a secruity model like RBAC, provides both a frontend and APIs so that data can be updated both manually and programmatically, along with being able to be queried by reporting endpoints etc<p>I&#x27;m guessing this is a common &quot;We&#x27;ve outgrown the simplest thing that just works&quot; solution and my google fu is failing me

4 条评论

anotherhue大约 2 年前
sounds like a standard BI platform. I&#x27;d reach for Google Data Studio, others like PowerBI.<p>No need to re-invent the wheel with your own DB.<p><a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;PowerBI&#x2F;comments&#x2F;s3o6hi&#x2F;the_most_indepth_comparison_of_bi_tools_followup&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;PowerBI&#x2F;comments&#x2F;s3o6hi&#x2F;the_most_in...</a>
评论 #35649205 未加载
Irongirl1大约 2 年前
I&#x27;m not techie by any means so I read the question as an &quot;ease of access for multiple parties without vendor lock-in&quot; issue. I would want the front-end views to customizable based on roles, access levels or whatever and it seems to me (I plan on using this myself) that the best answer is Cube.<p>See HN post:<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31493118" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31493118</a>
mejutoco大约 2 年前
What is the input data of these kpis?<p>If it is people entering data then excel or gsheets.<p>If it is a database then a few sql queries and data studio or even a custom dashboard with plotly or so would work (if you have developers on the team and protected pages slready).
markus_zhang大约 2 年前
If it&#x27;s a small company I still feel Excel&#x2F;Google sheet is OKish. How many KPIs and how many teams are we talking here?
评论 #35649471 未加载