Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
31–40 of 70 posts
Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#32Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#33metabase.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.
The UI for creating dashboards isn't the best, but it's really nice to be able to drop down to SQL so easily and share or embed results.
Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#34There are so many such solutions, that It depends on your use cases. If you're looking for high-level dashboarding/monitoring that connects directly with your sources (REST, 3rd-party apps like Facebook, Adwords, etc), then tools in the realm of Klipfolio, Databox, Grow.com will suit you well. If you're looking for visualization tools that connect to your data-warehouse/SQL database, then BI tools like Holistics, Met…
A nondev should likely stick to the first group, which has a lot of integrations and the hardest coding will be around excel formulas at most
In my experience its best to do the following:
Have 1 dashboard specific to business finance and ads metrics. This dashboard includes klipfolio or simpler things like grow or fathom accounting.
Another tool connected to your bd, at the most basic starting with mode Analytics and then going full visual with looker or tableau (this is where things get expensive)
Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#35https://github.com/appsmithorg/appsmith www.appsmith.com
Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#36I 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…
Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#37We didn't get in (this time), but we are about to launch a beta soon. If someone is interested please send me an email at @gmail.com - Thanks
Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#38- Rails Blazer gem (if you are using rails)
Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#39I recently evaluated a bunch and https://github.com/appsmithorg/appsmith covered our needs. For building internal tools seems like a great alternative.
Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#40There are so many such solutions, that It depends on your use cases. If you're looking for high-level dashboarding/monitoring that connects directly with your sources (REST, 3rd-party apps like Facebook, Adwords, etc), then tools in the realm of Klipfolio, Databox, Grow.com will suit you well. If you're looking for visualization tools that connect to your data-warehouse/SQL database, then BI tools like Holistics, Met…
This is a great reply. A nondev should likely stick to the first group, which has a lot of integrations and the hardest coding will be around excel formulas at most In my experience its best to do the following: Have 1 dashboard specific to business finance and ads metrics. This dashboard includes klipfolio or simpler things like grow or fathom accounting. Another tool connected to your bd, at the most basic starting…