Home

Awesome

<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->

Superset

License GitHub release (latest SemVer) Build Status PyPI version Coverage Status PyPI Get on Slack Documentation

<picture width="500"> <source width="600" media="(prefers-color-scheme: dark)" src="https://superset.apache.org/img/superset-logo-horiz-dark.svg" alt="Superset logo (dark)" /> <img width="600" src="https://superset.apache.org/img/superset-logo-horiz-apache.svg" alt="Superset logo (light)" /> </picture>

A modern, enterprise-ready business intelligence web application.

Why Superset? | Supported Databases | Installation and Configuration | Release Notes | Get Involved | Contributor Guide | Resources | Organizations Using Superset

Why Superset?

Superset is a modern data exploration and data visualization platform. Superset can replace or augment proprietary business intelligence tools for many teams. Superset integrates well with a variety of data sources.

Superset provides:

Screenshots & Gifs

Video Overview

<!-- File hosted here https://github.com/apache/superset-site/raw/lfs/superset-video-4k.mp4 -->

superset-video-4k.webm

<br/>

Large Gallery of Visualizations

<kbd><img title="Gallery" src="https://superset.apache.org/img/screenshots/gallery.jpg"/></kbd><br/>

Craft Beautiful, Dynamic Dashboards

<kbd><img title="View Dashboards" src="https://superset.apache.org/img/screenshots/slack_dash.jpg"/></kbd><br/>

No-Code Chart Builder

<kbd><img title="Slice & dice your data" src="https://superset.apache.org/img/screenshots/explore.jpg"/></kbd><br/>

Powerful SQL Editor

<kbd><img title="SQL Lab" src="https://superset.apache.org/img/screenshots/sql_lab.jpg"/></kbd><br/>

Supported Databases

Superset can query data from any SQL-speaking datastore or data engine (Presto, Trino, Athena, and more) that has a Python DB-API driver and a SQLAlchemy dialect.

Here are some of the major database solutions that are supported:

<p align="center"> <img src="https://superset.apache.org/img/databases/redshift.png" alt="redshift" border="0" width="200"/> <img src="https://superset.apache.org/img/databases/google-biquery.png" alt="google-biquery" border="0" width="200"/> <img src="https://superset.apache.org/img/databases/snowflake.png" alt="snowflake" border="0" width="200"/> <img src="https://superset.apache.org/img/databases/trino.png" alt="trino" border="0" width="150" /> <img src="https://superset.apache.org/img/databases/presto.png" alt="presto" border="0" width="200"/> <img src="https://superset.apache.org/img/databases/databricks.png" alt="databricks" border="0" width="160" /> <img src="https://superset.apache.org/img/databases/druid.png" alt="druid" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/firebolt.png" alt="firebolt" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/timescale.png" alt="timescale" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/rockset.png" alt="rockset" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/postgresql.png" alt="postgresql" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/mysql.png" alt="mysql" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/mssql-server.png" alt="mssql-server" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/ibm-db2.svg" alt="db2" border="0" width="220" /> <img src="https://superset.apache.org/img/databases/sqlite.png" alt="sqlite" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/sybase.png" alt="sybase" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/mariadb.png" alt="mariadb" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/vertica.png" alt="vertica" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/oracle.png" alt="oracle" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/firebird.png" alt="firebird" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/greenplum.png" alt="greenplum" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/clickhouse.png" alt="clickhouse" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/exasol.png" alt="exasol" border="0" width="160" /> <img src="https://superset.apache.org/img/databases/monet-db.png" alt="monet-db" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/apache-kylin.png" alt="apache-kylin" border="0" width="80"/> <img src="https://superset.apache.org/img/databases/hologres.png" alt="hologres" border="0" width="80"/> <img src="https://superset.apache.org/img/databases/netezza.png" alt="netezza" border="0" width="80"/> <img src="https://superset.apache.org/img/databases/pinot.png" alt="pinot" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/teradata.png" alt="teradata" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/yugabyte.png" alt="yugabyte" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/databend.png" alt="databend" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/starrocks.png" alt="starrocks" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/doris.png" alt="doris" border="0" width="200" /> <img src="https://superset.apache.org/img/databases/oceanbase.svg" alt="oceanbase" border="0" width="220" /> </p>

A more comprehensive list of supported databases along with the configuration instructions can be found here.

Want to add support for your datastore or data engine? Read more here about the technical requirements.

Installation and Configuration

Extended documentation for Superset

Get Involved

Contributor Guide

Interested in contributing? Check out our CONTRIBUTING.md to find resources around contributing along with a detailed guide on how to set up a development environment.

Resources

Understanding the Superset Points of View

Repo Activity

<a href="https://next.ossinsight.io/widgets/official/compose-last-28-days-stats?repo_id=39464018" target="_blank" align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-last-28-days-stats/thumbnail.png?repo_id=39464018&image_size=auto&color_scheme=dark" width="655" height="auto" /> <img alt="Performance Stats of apache/superset - Last 28 days" src="https://next.ossinsight.io/widgets/official/compose-last-28-days-stats/thumbnail.png?repo_id=39464018&image_size=auto&color_scheme=light" width="655" height="auto" /> </picture> </a> <!-- Made with [OSS Insight](https://ossinsight.io/) --> <!-- telemetry/analytics pixel: --> <img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=bc1c90cd-bc04-4e11-8c7b-289fb2839492" />