Apache Superset
161–170 of 201 posts
Re: Apache Superset
#162Is Superset a decent tool if you're just a single person doing data analysis? Say I have a handful of sqlite databases, and just want to be able to develop some queries / charts. I was looking into Tableau / Power BI / Superset, and all of them seemed pretty heavyweight for a single user, and none of them seemed super easy to get setup locally. Any recommendations for a good piece of software for the single user case…
Tableau is the best, most powerful, most mature of the three, most feature complete and easiest of the three. I think they give you a 30 day trial. This is a single user application, unless you make it part of your built application.
K8s installation instructions: https://superset.apache.org/docs/installation/running-on-kub...
RBAC configuration: https://superset.apache.org/docs/security/#rest-api-for-user...
Re: Apache Superset
#163Earlier quoted context omitted.
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…
Superset lets you join tables within the same database. If you want to do cross-DB joins, we have a new (beta) in-memory meta-DB that lets you do this, but we generally see and recommend people using things like Trino for this.
Re: Apache Superset
#164Re: Apache Superset
#165How does it compare to Kibana + Elasticsearch?
Re: Apache Superset
#166Earlier quoted context omitted.
Tableau is the best, most powerful, most mature of the three, most feature complete and easiest of the three. I think they give you a 30 day trial. This is a single user application, unless you make it part of your built application.
Superset isn't a single user application?
Re: Apache Superset
#167Tried installing it, locally in a Python Virtual Env. Apparently installation will not work with Python 3.12, dur to deprecation of distutils. Does anyone have any method to install this?
https://superset.apache.org/docs/installation/installing-sup...
Re: Apache Superset
#168Is this capable of performing efficient JOINs across non-homogeneous data-stores?
Re: Apache Superset
#169But they may be an overkill if your primary use case is to infrequently build semi-interactive reports for non-technical end-users and your use cases are are mostly covered by standard graphs & tables. Esp. so if you are familiar with SQL and have access to the underlying data source. Two nifty utilities I have found to be very useful for latter kind of use cases are SQLPage and Evidence.
They make it very convenient to whip out some SQL and convert that to a neat professional looking web ui that can be forwarded to an end user. In case of Evidence it is a statically generated site, and in case of SQLPage it is a web app that connects to a live database.
SQLPage: https://sql.ophir.dev/
Evidence: https://evidence.dev
Re: Apache Superset
#170This looks like grafana, right? Why would I use this instead of grafana?
I love Grafana but Grafana doesn't really support non-time-series visualization that well.