Apache Superset is a Data Visualization and Data Exploration Platform
Go to file
Đỗ Trọng Hải 68c9a8177c
fix(frontend/generator): fix failed Viz plugin build due to missing JSDOM config and dep (#30069)
Signed-off-by: hainenber <dotronghai96@gmail.com>
2024-10-04 11:04:30 -06:00
.github fix: cypress on master doesn't work because of --parallel flag (#30430) 2024-09-29 20:32:04 -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: move SLACK_ENABLE_AVATARS from config to feature flag (#30274) 2024-09-16 16:07:11 -07:00
docker feat(docker): add GUNICORN_LOGLEVEL env var (#24308) 2024-08-30 07:42:48 -07:00
docs docs: fix broken links in CI (#30496) 2024-10-02 09:15:58 -06:00
helm/superset chore(helm): correct a typo (#30123) 2024-09-19 09:45:58 +01:00
requirements chore: improve DML check (#30417) 2024-09-27 15:26:36 -04:00
scripts fix: battling cypress' dashboard feature (#30441) 2024-09-30 10:50:16 -07:00
superset fix(Explore): Apply RLS at column values (#30490) 2024-10-04 18:12:28 +03: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 fix(frontend/generator): fix failed Viz plugin build due to missing JSDOM config and dep (#30069) 2024-10-04 11:04:30 -06:00
superset-websocket build(deps-dev): bump typescript from 5.5.4 to 5.6.2 in /superset-websocket (#30463) 2024-10-02 10:41:13 -06:00
tests fix(Explore): Apply RLS at column values (#30490) 2024-10-04 18:12:28 +03: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: fix broken links in CI (#30496) 2024-10-02 09:15:58 -06:00
CONTRIBUTING.md fix(website): links corrected (#28333) 2024-05-03 10:18:05 -07:00
Dockerfile fix: Move copying translation files before npm run build in Docker (#30099) 2024-09-16 13:43:11 -07: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 docs: add HANA database logo in README.md (#30346) 2024-09-23 10:21:15 -06:00
UPDATING.md chore(UPDATING.md): Add item to UPDATING describing translations build flag (#30313) 2024-09-18 15:02:25 -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 fix(install/docker): use zstd-baked image for building superset-frontend in containerized env (#30279) 2024-09-16 10:01:49 -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: document upper bound for python lib 'holidays' >= 0.26 (#28747) 2024-09-30 13:23:14 -07: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 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