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.

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

5 pointsby Tarksabout 2 years ago
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 comments

anotherhueabout 2 years ago
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 未加载
Irongirl1about 2 years ago
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>
mejutocoabout 2 years ago
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_zhangabout 2 years ago
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 未加载