Apache Superset is a Data Visualization and Data Exploration Platform
Go to file
Geido 0679454b48
fix(Screenshot): Dashboard screenshot cache key to include state (#30265)
2024-09-16 16:09:01 +02:00
.github chore(build): remove extraneous prettier step in superset-frontend CI (#30253) 2024-09-13 08:56:59 -07:00
ASF chore(ASF): adds DOAP file and bumping apache-rat (#27978) 2024-04-16 10:27:12 -06:00
CHANGELOG chore: Updates CHANGELOG.md with 4.0.2 data (#29600) 2024-07-16 17:58:30 -03:00
RELEASING chore(docs): note that release-tagged docker images no longer ship with metadata db drivers as of 4.1.0 (#30243) 2024-09-11 14:13:01 -04:00
RESOURCES chore(docs): Removing dead link from INTHEWILD.md (#30199) 2024-09-09 13:51:05 -07:00
docker feat(docker): add GUNICORN_LOGLEVEL env var (#24308) 2024-08-30 07:42:48 -07:00
docs chore(deps): bump dremio deps (#25910) 2024-09-15 23:46:08 -06:00
helm/superset fix(helm): Set priorityClassName to pods (superset, celeryBeat, celeryBeatFlower, celeryBeatWorker, celeryBeatWebsocket, jobs) (#29091) 2024-06-06 11:55:55 -07:00
requirements build(deps): bump cryptography from 42.0.7 to 42.0.8 (#30143) 2024-09-05 12:21:41 -06:00
scripts chore(docs): docker instructions use `docker compose` instead of the deprecated `docker-compose` (#30030) 2024-08-29 16:42:53 -06:00
superset fix(Screenshot): Dashboard screenshot cache key to include state (#30265) 2024-09-16 16:09:01 +02:00
superset-embedded-sdk build(deps, deps-dev): upgrade major versions for dependencies of `@superset/embedded-sdk` (#30242) 2024-09-12 08:40:18 -06:00
superset-frontend refactor(frontend): migrate 6 tests from Enzyme to RTL (#30151) 2024-09-13 15:02:03 -06:00
superset-websocket build(deps): bump send and express in /superset-websocket/utils/client-ws-app (#30225) 2024-09-10 23:24:07 -06:00
tests chore: organize SQL parsing files (#30258) 2024-09-13 16:24:19 -04:00
.asf.yaml chore: remove useless GitHub action required check (#29869) 2024-08-07 15:29:38 -07:00
.codecov.yml refactor(monorepo): change coverage of core to 100% (#17698) 2021-12-14 16:19:55 +08:00
.dockerignore feat: Containerize WebSocket server (#14514) 2021-05-10 09:28:50 -07:00
.editorconfig Adding editorconfig setting for IDE hints (#10855) 2020-09-14 08:19:23 -07:00
.flaskenv chore: deprecate FLASK_ENV and improve conf.ENVIRONMENT_TAG_CONFIG (#24404) 2023-06-29 12:04:32 -07:00
.fossa.yml Update FOSSA configuration for new requirements layout (#10848) 2020-09-16 13:28:04 -07:00
.gitattributes fix: set default mysql isolation level to 'READ COMMITTED' (#30174) 2024-09-09 17:00:54 -07:00
.gitignore feat(build): webpack visualizer (#29875) 2024-08-07 10:21:22 -06:00
.gitmodules ci: set remote URL to https and bump sha (#14350) 2021-04-26 17:43:32 +01:00
.markdownlint.json feat(helm): Support for flower and websocket containers (#21806) 2022-10-27 13:03:21 -07:00
.pre-commit-config.yaml feat: Displaying details to Dataset/Database deletion modals (#30016) 2024-09-10 15:27:25 -06:00
.pylintrc refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
.rat-excludes feat: Displaying details to Dataset/Database deletion modals (#30016) 2024-09-10 15:27:25 -06:00
CHANGELOG.md chore: Updates CHANGELOG.md with 4.0.2 data (#29600) 2024-07-16 17:58:30 -03:00
CODE_OF_CONDUCT.md docs: Check markdown files for bad links using linkinator (#28424) 2024-07-29 16:19:42 -06:00
CONTRIBUTING.md fix(website): links corrected (#28333) 2024-05-03 10:18:05 -07:00
Dockerfile chore(docker): move mysql os-level deps (GPL) to dev image only (#29771) 2024-09-15 10:24:14 -06:00
INSTALL.md Fix wrong filename mentioned in INSTALL.md (#14630) 2021-06-29 11:40:26 +03:00
LICENSE.txt chore: pre-commit run --all-files (#10500) 2020-08-02 14:32:17 -07:00
MANIFEST.in Update MANIFEST.in (#9261) 2020-03-25 22:00:41 -07:00
Makefile chore: Bump to Python3.10 (#24112) 2024-04-02 09:47:58 -07:00
NOTICE docs: Updated NOTICE to 2024 (#28040) 2024-04-15 11:21:42 -06:00
README.md chore: cleanup documentation (#29552) 2024-07-11 14:39:23 -07:00
UPDATING.md chore: accelerate docker compose by skipping frontend build (#30021) 2024-09-04 08:52:16 -07:00
docker-compose-image-tag.yml docs: document how docker-compose-image-tag requires -dev suffixed images (#30144) 2024-09-04 09:31:16 -07:00
docker-compose-non-dev.yml docs: document how docker-compose-image-tag requires -dev suffixed images (#30144) 2024-09-04 09:31:16 -07:00
docker-compose.yml chore: accelerate docker compose by skipping frontend build (#30021) 2024-09-04 08:52:16 -07:00
dockerize.Dockerfile chore(actions): generate FOSSA report on master, and ALWAYS check for… (#26857) 2024-01-29 16:18:50 -07:00
lintconf.yaml feat(helm): Support for flower and websocket containers (#21806) 2022-10-27 13:03:21 -07:00
null_byte.csv fix: Remove BASE_AXIS from pre-query (#29084) 2024-06-05 10:27:26 -07:00
pyproject.toml chore(deps): bump dremio deps (#25910) 2024-09-15 23:46:08 -06:00
pytest.ini fix(docker): improve docker tags to be cleared and avoid conflicts (#26787) 2024-01-30 23:03:25 -08:00
setup.py chore: add pylint to pre-commit hook (#28137) 2024-04-25 07:58:44 -07:00
superset_text.yml chore(build): creating default superset_text.yaml placeholder file (#24250) 2023-06-04 22:37:33 -06:00

README.md

Superset

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

Superset logo (light)

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:

  • A no-code interface for building charts quickly
  • A powerful, web-based SQL Editor for advanced querying
  • A lightweight semantic layer for quickly defining custom dimensions and metrics
  • Out of the box support for nearly any SQL database or data engine
  • A wide array of beautiful visualizations to showcase your data, ranging from simple bar charts to geospatial visualizations
  • Lightweight, configurable caching layer to help ease database load
  • Highly extensible security roles and authentication options
  • An API for programmatic customization
  • A cloud-native architecture designed from the ground up for scale

Screenshots & Gifs

Video Overview

superset-video-4k.webm


Large Gallery of Visualizations


Craft Beautiful, Dynamic Dashboards


No-Code Chart Builder


Powerful SQL Editor


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:

redshift google-biquery snowflake trino presto databricks druid firebolt timescale rockset postgresql mysql mssql-server db2 sqlite sybase mariadb vertica oracle firebird greenplum clickhouse exasol monet-db apache-kylin hologres netezza pinot teradata yugabyte databend starrocks doris oceanbase

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

  • Superset "In the Wild" - open a PR to add your org to the list!
  • Feature Flags - the status of Superset's Feature Flags.
  • Standard Roles - How RBAC permissions map to roles.
  • Superset Wiki - Tons of additional community resources: best practices, community content and other information.
  • Superset SIPs - The status of Superset's SIPs (Superset Improvement Proposals) for both consensus and implementation status.

Understanding the Superset Points of View

Repo Activity

Performance Stats of apache/superset - Last 28 days