It's been a few years since I evaluated superset. Did they ever resolve drilldown (filter for one chart on a page, populate to all charts)?
Apache Superset
121–130 of 201 posts
Re: Apache Superset
#122Does anybody know why Superset started trending today? Is there a major release?
Re: Apache Superset
#123How would you compare Superset with PowerBI for analytics and CSS integration? Trying to develop features and advanced analytics capabilities into an app?
If you want to style the whole application, you can fork the repo and go bananas. If you're looking for theming, there's more to be done yet on that front, and I wrote an article on that too: https://preset.io/blog/theming-superset-progress-update/
Re: Apache Superset
#124We use this at my ginormous employer in order to give devs limited access to production data.
Re: Apache Superset
#125I wish more projects had guided tour videos that demonstrated the power of the tool in the hands of an expert user. Not "get started" but "why should I care". Wes McKinney used to have an excellent 5 minute introduction to pandas in this genre.
Re: Apache Superset
#126Superset is powerful, but I wonder why they don't fix "papercuts", e.g., misaligned pixels on a spinner, or inability to copy a value from a table's cell, or non-monospace font for numbers in a table, etc. There are hundreds of small annoyances in the product.
Re: Apache Superset
#127This looks really good! How does it compare to Tableau?
Re: Apache Superset
#128Has anyone tried both this and Metabase? I've used Metabase in a few projects and I find it very nice. This seems more powerful, perhaps? Is it worth it for BI on small datasets?
Yes, I am at a company using Metabase, but I have a decent amount of experience with Superset (albeit from many years ago). The reason we chose Metabase was that it had table joins, while Superset doesn't (unless it has added them since I used it). It also looks a bit sleeker. But I strongly prefer Superset; I found that with Metabase I had to turn a lot of things off to make it usable (Let me see "the_table" not "Th…
Re: Apache Superset
#129Earlier quoted context omitted.
They were both made by Airbnb and then open-sourced, which is the similarity I assume they meant
They were also more specifically authored by the same individual!
Re: Apache Superset
#130Had a very good experience with Superset. Superset allowed us to replace Tableau and not looking back Took me a while figure out how to embed it into my app using Superset Embedded SDK. Superset Embedded SDK - "Embedded SDK allows you to embed dashboards from Superset into your own app, using your app's authentication. Embedding is done by inserting an iframe, containing a Superset page, into the host application." h…
I’d like to see these types of apps start offering SVG embedding of things like graphs. Frames are such a pain.