Apache Superset
101–110 of 201 posts
Re: Apache Superset
#102Had 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…
How do you deal with data visibility and permissions? I mean, most tables have data that should only be seen by a specific user or group ID, and that layer is usually handled by the application. It would be awesome to expose the power of Superset for users, but I imagine creating the security layer would be a pain.
Re: Apache Superset
#103How does this compare to Jupyter notebooks and the ecosystem around that? Do the use cases overlap, or are they completely different things?
Re: Apache Superset
#104> Superset is fast, lightweight, intuitive, and loaded with options that make it easy for users of all skill sets to explore and visualize their data, from simple line charts to highly detailed geospatial charts. I tried Superset a few years back, and maybe it's changed since then, but intuitive is about the last thing I'd use to describe it. Things which I could figure out in a few minutes on any other BI tool liter…
Let’s be honest, intuitive is the last word we’d use to describe most Apache projects.
Re: Apache Superset
#105Is this capable of performing efficient JOINs across non-homogeneous data-stores?
Should it? If you really need that, join the different sources with TrinoDB (or any related managed service like AWS Athena) and connect it to Superset.
I think Athena can only query data on S3?
Re: Apache Superset
#106> Superset is fast, lightweight, intuitive, and loaded with options that make it easy for users of all skill sets to explore and visualize their data, from simple line charts to highly detailed geospatial charts. I tried Superset a few years back, and maybe it's changed since then, but intuitive is about the last thing I'd use to describe it. Things which I could figure out in a few minutes on any other BI tool liter…
What it was though, was riddled with dozens of Python runtime errors and innumerable glitches.
Metabase is where it’s at.
Re: Apache Superset
#107Re: Apache Superset
#108Re: Apache Superset
#109Re: Apache Superset
#110I recently discovered Apache Superset. I would love to use it in our product. Does anybody know if it possible to integrate it into an existing product? I am mostly curious about hooking up its authentication system to our own authentication system, which is based on auth in ASP.NET Core 8.
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."