Live data from Hacker News

Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?

news.ycombinator.com

51–60 of 70 posts

Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?

#51
post #50

Grafana is pretty great. There are a lot of built in connectors, but its ability to query arbitrary REST, JSON, oData etc endpoints along with databases makes it super flexible for what you mentioned. https://grafana.com/grafana/plugins/simpod-json-datasource It has a great GUI for building queries, plus solid RBAC, great charting, and a very flexible alert system. Configure in their GUI, then get your dashboard's co…

I can’t decipher their pricing at all. What kind of usage gets expensive?

What pricing? Just get the open source version, install it on a local machine - or on any available server - and get going:

https://grafana.com/get

You do not need to use the hosted offering in that case.

Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?

#54
post #20

I looked into this recently, when I started writing the software to analyze my selftracking data. After researching available options for a while and consulting everyone I know in this field, I settled on building on top of the Plotly Javascript library: https://plotly.com/javascript/ It does nice interactive charts out of the box. All you need to do is throw data at it. What it lacks are more high level operations l…

I picked plotly in 2019 to build kind of a low-code-dashboarding at my company and got to look into it again few weeks ago, noticing there in fact is an aggregation capability.

Oh, you are right:

https://plotly.com/javascript/aggregations/

Pretty cool!

Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?

#56
Send metrics to AWS Cloudwatch as custom Metrics.

   aws cloudwatch put-metric-data 
      --metric-name registered_users 
      --namespace MySaaS 
      --value 241
Visualize/Filter/Add Alerts using all the builtin tools from Amazon Cloudwatch, you will need no servers and no configurations. Just run in a cron job a set of queries every 5minutes

Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?

#58

metabase.com is amazing if you're dumping the data into Postgres or similar.

I want to love Metabase, I really do. But some of the UI decisions are mind boggling. Why is accessing reports and dashboards so difficult? Things are hidden away under poorly named constructs. Buttons don't do what I'd expect them to do... It's great but it comes with a few drawbacks.

I second this. I used database about 5/6 years ago and it was amazing. But they started to add collections a d my collections and a bunch of stuff and now everything seems hidden.

I still use it (deployed it at my current company and the CEO loves h iui s dashboard). But I hate the way things are hidden in the current layout.

Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?

#59

Grafana is pretty great. There are a lot of built in connectors, but its ability to query arbitrary REST, JSON, oData etc endpoints along with databases makes it super flexible for what you mentioned. https://grafana.com/grafana/plugins/simpod-json-datasource It has a great GUI for building queries, plus solid RBAC, great charting, and a very flexible alert system. Configure in their GUI, then get your dashboard's co…

Grafana sucks in terms of UX, but it's free (it's main selling point) and supports many backends.

Creating dashboards is so freaking painful.

Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?

#60

Take a look at https://anvil.works - it's not just "low code", it's a full web-dev platform so simple that you can build a dashboard with a few lines of Python - front end, back end and drag-n-drop design. (I'm a founder.) The trouble with "low-code" is that you're stuck on rails - it's very easy to do a few things, but the moment you want something the creators didn't anticipate, prepare for a lot of pain. Anvil is…

Does the open source runtime has the same Free-Tier restrictions (Anvil Branding, Libraries, Domain)?
Post reply on HN