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: Redash or Metabase or Superset or QuickSight?

3 pointsby shashwat986over 7 years ago
I work for a small organisation that&#x27;s looking for the right tool to visualise our analytics data.<p>I know selecting the right tool is highly subjective, but, what parameters should I use to judge&#x2F;compare these tools? There&#x27;s no nice online comparer for these tools, and every article I&#x27;ve tried reading ends up being quite opinionated.<p>HN, can you help me rate these, and other similar tools, on the following dimensions:<p>* Ease of use (for non-developers)<p>* Versatility (in terms of query diversity)<p>* Scalability (in terms of data size)<p>* Visualisation options<p>* Under-the-hood strength (for power-users)<p>* Any particular DB requirements<p>* Any particular DB Schema requirements<p>* any other that may be relevant...<p>Here&#x27;s to hoping this becomes a comprehensive snapshot of analytics&#x2F;BI frameworks as they are right now.

1 comment

mazameliover 7 years ago
I&#x27;m a UX designer on the Metabase core team, and I&#x27;ll try to answer some of the bullet points about Metabase as honestly as I can from my perspective. Also happy to answer any other specific questions folks might have.<p>One of the main things we&#x27;re pretty proud of about Metabase is the care we&#x27;ve tried to take with its design and usability. We often get positive feedback from users about the ease of using Metabase and its aesthetic appeal. Beyond that, we have a simple GUI querying interface that&#x27;s great for users who don&#x27;t know how to write SQL or native queries. Lastly, we&#x27;ve been doing some interesting things using ML to provide automatic insights called x-rays to show things like growth analysis for time series at the press of a button.<p>In terms of scaling, we have a wide range of companies using Metabase with either very small hobby DBs or huge Redshift instances, both with success. We have some work to do in making sure super massive DBs don&#x27;t overly slow down certain parts of the app (like field mapping with SQL filters, or paginating long lists more efficiently). In terms of scaling in-app files or organizing things, Metabase lets you put your saved queries into collections, which you can set user group permissions on.<p>I think Metabase checks off most of the common visualization options: line, area, bar, row chart, pie&#x2F;donut, scatter&#x2F;bubble plot, region map, pin map, progress bar, and funnels. Two requests that we get often that we&#x27;re working on are line+bar combo charts and cohort analysis tables (which can be accomplished with a pivot table, but without nice color formatting).<p>Under the hood, we&#x27;ve been trying to add a lot of power over the last year: data access controls, field value remapping, nested or sub-queries, SQL&#x2F;native query variables, the ability to embed charts or dashboards in other applications, fine-grained scheduling controls for DB sync and analysis, and Google auth and LDAP login.<p>Not sure if you have any specific questions about DB or schema requirements, but I&#x27;ll just say we currently support: Postgres, MySQL, Druid, SQL Server, Redshift, MongoDB, Google BigQuery, SQLite, H2, CrateDB, Oracle, Vertica, and Presto. There&#x27;s also an experimental Google Analytics driver that&#x27;s not 100% fully featured, but is still quite good (we use it to visualize a few of our own metrics).<p>Lastly, our team is quite active on our GH repo (<a href="https:&#x2F;&#x2F;github.com&#x2F;metabase&#x2F;metabase&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;metabase&#x2F;metabase&#x2F;</a>), doing our best to quickly respond to issues, requests, and PRs.<p>I hope that helps.