Apache Superset is a Data Visualization and Data Exploration Platform
Go to file
Kamil Gabryjelski f82a085175
feat(dashboard): Highlight tabs that contain a chart in scope of focused native filter (#14865)
* feat(dashboard): Highlight tabs that contain a chart in scope of focused native filter

* Optimizations and improvements

* Use Set instead of array

* Simplify logic

* Change variable name
2021-05-28 11:32:32 +02:00
.github chore: Update pull request template (#14723) 2021-05-20 14:35:33 -07:00
docker fix(docker): superset permissions and firefox config (#14736) 2021-05-26 09:12:48 +01:00
docs chore: Update docs on MySQL recommended driver (#14826) 2021-05-25 14:59:05 -07:00
helm/superset feat: ability to pull from your own docker registry using a secret (#14686) 2021-05-25 23:50:40 -07:00
RELEASING chore: update RELEASING readme (#14152) 2021-04-15 08:58:46 -07:00
requirements chore: Bump pip-compile-multi (#14633) 2021-05-15 05:06:40 +12:00
RESOURCES feat: Add a remove filter_flag to jinja filter_values function (#14507) 2021-05-21 19:37:09 +03:00
scripts feat: script to benchmark DB migrations (#13561) 2021-04-15 10:55:35 -07:00
superset fix: show error on invalid import (#14851) 2021-05-27 14:46:41 -07:00
superset-frontend feat(dashboard): Highlight tabs that contain a chart in scope of focused native filter (#14865) 2021-05-28 11:32:32 +02:00
superset-websocket feat: Containerize WebSocket server (#14514) 2021-05-10 09:28:50 -07:00
tests fix: show error on invalid import (#14851) 2021-05-27 14:46:41 -07:00
.asf.yaml fix(build): black failing on master, add to required checks (#13039) 2021-02-09 12:44:29 -08:00
.codecov.yml build: implement codecov carryforward flags (#13677) 2021-03-22 14:21:30 -07: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 Flask App factory PR #1 (#8418) 2019-11-20 15:47:06 +00:00
.fossa.yml Update FOSSA configuration for new requirements layout (#10848) 2020-09-16 13:28:04 -07:00
.gitignore feat: Setup supersetText configuration to overwrite errors (#14256) 2021-04-27 15:03:35 -04:00
.gitmodules ci: set remote URL to https and bump sha (#14350) 2021-04-26 17:43:32 +01:00
.pre-commit-config.yaml chore: Bump pip-compile-multi (#14633) 2021-05-15 05:06:40 +12:00
.pylintrc feat: Adding encrypted field factory (#14109) 2021-04-16 09:01:18 -07:00
.rat-excludes chore: pin node and npm versions (#11646) 2020-11-10 15:58:54 -08:00
CHANGELOG.md chore: update change log with cherry-picks for release 1.1 (#13824) 2021-03-26 15:58:27 -07:00
CODE_OF_CONDUCT.md chore: updated Slack URL, old link expired (#12737) 2021-01-25 11:50:19 -05:00
CONTRIBUTING.md Update docs for GLOBAL_ASYNC_QUERIES_TRANSPORT (#14558) 2021-05-18 11:01:43 -04:00
docker-compose-non-dev.yml chore(docker-compose): use dev image for docker-compose-non-dev.yml (#14342) 2021-04-27 08:32:53 -04:00
docker-compose.yml fix(docker): superset permissions and firefox config (#14736) 2021-05-26 09:12:48 +01:00
Dockerfile fix(docker): superset permissions and firefox config (#14736) 2021-05-26 09:12:48 +01:00
INSTALL.md chore: remove harmless incubator refs (#12289) 2021-01-06 13:45:19 +02:00
LICENSE.txt chore: pre-commit run --all-files (#10500) 2020-08-02 14:32:17 -07:00
lintconf.yaml feat: publish superset helm chart (#14163) 2021-04-16 09:13:43 -07:00
Makefile feat: Add make update cmd (#14652) 2021-05-20 13:39:00 -04:00
MANIFEST.in Update MANIFEST.in (#9261) 2020-03-25 22:00:41 -07:00
NOTICE docs: remove (some) references to incubating/incubation (#12284) 2021-01-06 13:40:40 -08:00
pytest.ini feat: support nulls in the csv uploads (#10208) 2020-07-06 13:26:43 -07:00
README.md update README with new docs and recordings (#14432) 2021-04-30 11:59:08 -04:00
setup.cfg feat: script to benchmark DB migrations (#13561) 2021-04-15 10:55:35 -07:00
setup.py feat: enable user impersonation in GSheets (#14767) 2021-05-22 13:46:36 -07:00
tox.ini build(deps-dev): update cypress to 5.5.0, improvements for running locally (#11603) 2020-11-10 15:51:47 -08:00
UPDATING.md docs(UPDATING): Adding downtime for #14234 (#14513) 2021-05-08 07:59:44 +12:00

Superset

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

Superset

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

Screenshots & Gifs

Gallery


View Dashboards


Slice & dice your data


Query and visualize your data with SQL Lab


Visualize geospatial data with deck.gl


Choose from a wide array of visualizations


Why Superset?

Superset provides:

  • An intuitive interface for visualizing datasets and crafting interactive dashboards
  • A wide array of beautiful visualizations to showcase your data
  • Code-free visualization builder to extract and present datasets
  • A world-class SQL IDE for preparing data for visualization, including a rich metadata browser
  • A lightweight semantic layer which empowers data analysts to quickly define custom dimensions and metrics
  • Out-of-the-box support for most SQL-speaking databases
  • Seamless, in-memory asynchronous caching and queries
  • An extensible security model that allows configuration of very intricate rules on who can access which product features and datasets.
  • Integration with major authentication backends (database, OpenID, LDAP, OAuth, REMOTE_USER, etc)
  • The ability to add custom visualization plugins
  • An API for programmatic customization
  • A cloud-native architecture designed from the ground up for scale

Supported Databases

Superset can query data from any SQL-speaking datastore or data engine (e.g. Presto or Athena) 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 druid postgresql mysql mssql-server db2 sqlite sybase mariadb vertica oracle firebird greenplum clickhouse exasol monet-db apache-kylin hologres

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