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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Modern BI stack 2022 for low entry and cheap license dashboards

7 点作者 californiacream超过 2 年前
Hi all, I&#x27;m looking to get into niche dashboards for my special interest (cycling adjacent and adrenaline junkie). This world has tons of users, but no &#x27;whales&#x27;.<p>I simply want to host a dashboard and allow people to access it for 10-15 dollars a month while making a bit of meat for myself (to allow full-time work on the project). I considered PowerBI, but learnt that the user account license would run 10 dollars a pop, per month. So say I scale to 10k users, almost all of my money would be going straight to the MS.<p>What are the best modern ways to do this? Looking around, it seems I can use an Azure SQL server or Amazon dynamoDB to host the database and get good reliability and concurrency somewhat cheaply. How can I do the same with the dashboard itself? (if I was doing time series data, an Amazon managed Grafana looks like a winner, but I&#x27;m doing a simple dashboard with little time series data).<p>Thanks!

5 条评论

pea超过 2 年前
If you are technical, I would recommend looking at the open-source Python ecosystem to create reports and dashboards. It has amazing analysis and visualization libraries (like Altair and Plotly).<p>We are building an open-source library to create data front-ends like reports and dashboards using Python (<a href="https:&#x2F;&#x2F;github.com&#x2F;datapane&#x2F;datapane" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;datapane&#x2F;datapane</a>). You could programmatically create a dashboard for each user and save it as HTML to something like S3. As the dashboards can be pre-rendered and static, they can scaled really heavily if you need.
评论 #32722845 未加载
employee9483超过 2 年前
My employer <a href="https:&#x2F;&#x2F;SigmaComputing.com" rel="nofollow">https:&#x2F;&#x2F;SigmaComputing.com</a> offers public, interactive iframe embeds of dashboards for zero marginal cost. Here is an example of MMO players making a dashboard <a href="https:&#x2F;&#x2F;redd.it&#x2F;lrn303" rel="nofollow">https:&#x2F;&#x2F;redd.it&#x2F;lrn303</a>. I would say Sigma is the best tool on the market for telling stories with data, but not as pretty as Tableau.
danieka超过 2 年前
CubeJS is a great piece of software for dynamically generating reports from SQL or other data sources. Queries are either written in their JSON query format or in SQL. But it&#x27;s headless so you have to build a frontend yourself.
ta_u超过 2 年前
Google Data Studio is free and easy to use. As for database I recommend BigQuery which is well integrated with Data Studio. Don’t forget to post the dashboard on HN, I’d love to see it!
bradwood超过 2 年前
AWS has quicksight but it&#x27;s pricey.<p>You&#x27;re probably better off just building some visualisations manually using a charting library.
评论 #32721592 未加载