Apache Superset
131–140 of 201 posts
Re: Apache Superset
#132> 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…
1. Built-in data warehouse - We spin up a duckdb database for you to load data to
2. 500+ connectors - You don't need to buy a separate ETL and you can pull in all your data (e.g. Postgres, Stripe, HubSpot, Zendesk, etc.) automatically
3. Semantic layer - Define dimensions, measures, and joins in one place. We have pre-built models for all the sources we support (e.g. the Stripe model already has measures for MRR, churn, etc.)
4. Simple BI - Build a table with the data you want and generate visuals off that table
I'm mike@definite.app if you have any questions.
Re: Apache Superset
#133Earlier quoted context omitted.
The Apache foundation is way larger than just the server
Yes, I agree. However a lot of their forward facing projects seem to be effective abandon-ware (few people interested in contributing, competing more popular solutions based on forks, or just no longer relevant). These projects don't give the apache foundation an appearance of importance or relevance, rather they make it look rather rundown.
Re: Apache Superset
#134Earlier quoted context omitted.
We use ECharts in our open source BI tool (Evidence) and it's a great library. Has helped us build a declarative syntax for viz which can be version controlled ( https://evidence.dev ) Previous HN discussion: https://news.ycombinator.com/item?id=35645464 (97 comments)
Looks great! Reminds me Obsidian DataView but with charts https://github.com/blacksmithgu/obsidian-dataview This whole ideas to have data, visualisations and knowledge base in one private offline place is very appealing
Re: Apache Superset
#135Here is a fantastic video made by Soumil Shah, using MinIO+Hudi+StarRocks+Superset. It is amazing to have an interactive query experience on a data lake directly! https://www.youtube.com/watch?v=JkKBzrQTKx0
Re: Apache Superset
#136Earlier quoted context omitted.
We use ECharts in our open source BI tool (Evidence) and it's a great library. Has helped us build a declarative syntax for viz which can be version controlled ( https://evidence.dev ) Previous HN discussion: https://news.ycombinator.com/item?id=35645464 (97 comments)
Looks great! Reminds me Obsidian DataView but with charts https://github.com/blacksmithgu/obsidian-dataview This whole ideas to have data, visualisations and knowledge base in one private offline place is very appealing
The Markdown Markup typing experience is just so good compared to e.g. Slack, Reddit and other markdown-esque tools
Re: Apache Superset
#137Earlier 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
#138Wow, those Apache guys have so many projects. Of course, they've been at it for years, starting with the Apache web server, then Tomcat, etc., and also, many projects were first developed outside and then handed over to them, for whatever reasons.
And sometimes projects are handed to them to die. The way they (mis)handle OpenOffice is unforgivable.
In what way, any details?
Not been tracking that or using OpenOffice for a while.
Re: Apache Superset
#139Re: Apache Superset
#140Had 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…