Apache Superset is a Data Visualization and Data Exploration Platform
Go to file
David Aaron Suddjian 1d76c5906e
docs: Add a note to contributing.md on reporting security vulnerabilities (#10796)
* a note on reporting security vulnerabilities

* mention apache security guidelines
2020-09-07 15:51:24 +01:00
.github style: rename 'Source' top nav item to 'Data' (#10715) 2020-08-29 18:09:47 -07:00
RELEASING chore: Adding pip-compile-multi et al. (#10499) 2020-08-04 19:31:52 -07:00
docker fix: Updating Dockerfile to work with updated python requirements. (#10550) 2020-08-08 18:56:20 -07:00
docs security: disallow uuid package on jinja2 (#10794) 2020-09-04 16:37:14 +01:00
helm/superset chore: pre-commit run --all-files (#10500) 2020-08-02 14:32:17 -07:00
requirements chore: bump pyarrow (#10733) 2020-08-31 19:55:53 +03:00
scripts chore: ci Initial hive support (#10593) 2020-08-27 09:49:18 -07:00
superset Fix: Include RLS filters for cache keys (#10805) 2020-09-07 17:49:13 +03:00
superset-frontend feat: filters for database list view (#10772) 2020-09-04 16:23:38 -07:00
tests feat: CRUD REST API for saved queries (#10777) 2020-09-03 15:46:27 -07:00
.asf.yaml Update .asf.yaml (#10581) 2020-08-11 13:17:25 -07:00
.codecov.yml Adding codecov targets and thresholds (#7433) 2019-06-03 15:26:42 -07:00
.dockerignore SIP-32: Moving frontend code to the base of the repo (#9098) 2020-02-09 17:53:56 -08:00
.flaskenv Flask App factory PR #1 (#8418) 2019-11-20 15:47:06 +00:00
.fossa.yml chore: Adding pip-compile-multi et al. (#10499) 2020-08-04 19:31:52 -07:00
.gitignore feat: Add owners and physical/virtual status to Datasets API list endpoint (#10025) 2020-06-10 22:04:40 +03:00
.pre-commit-config.yaml chore: Adding pip-compile-multi et al. (#10499) 2020-08-04 19:31:52 -07:00
.pylintrc chore: ci Initial hive support (#10593) 2020-08-27 09:49:18 -07:00
.rat-excludes chore: Adding pip-compile-multi et al. (#10499) 2020-08-04 19:31:52 -07:00
CHANGELOG.md docs: update CHANGELOG.md and UPDATING.md for 0.37.0 (#10600) 2020-08-14 18:56:50 +03:00
CODE_OF_CONDUCT.md docs(readme): move Slack guidelines to CODE_OF_CONDUCT (#10315) 2020-07-15 15:21:20 -07:00
CONTRIBUTING.md docs: Add a note to contributing.md on reporting security vulnerabilities (#10796) 2020-09-07 15:51:24 +01:00
DISCLAIMER chore: pre-commit run --all-files (#10500) 2020-08-02 14:32:17 -07:00
Dockerfile fix: Updating Dockerfile to work with updated python requirements. (#10550) 2020-08-08 18:56:20 -07:00
Dockerfile-dev fix: re-installing local superset in cache image (#10766) 2020-09-02 13:01:36 -07:00
INSTALL.md Improvements related to ASF release process (#7539) 2019-07-03 22:33:14 -07:00
INTHEWILD.md chore: pre-commit run --all-files (#10500) 2020-08-02 14:32:17 -07: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
NOTICE Add release refinements from 0.35.2 release (#8925) 2020-02-18 07:14:31 +02:00
README.md Add link to July community meetup (#10513) 2020-08-04 13:29:58 -07:00
UPDATING.md security: disallow uuid package on jinja2 (#10794) 2020-09-04 16:37:14 +01:00
docker-compose.yml fix: re-installing local superset in cache image (#10766) 2020-09-02 13:01:36 -07:00
pytest.ini feat: support nulls in the csv uploads (#10208) 2020-07-06 13:26:43 -07:00
setup.cfg ci: bump pre-commit py36 to py37 (#10541) 2020-08-07 06:54:22 +03:00
setup.py chore: bump pyarrow (#10733) 2020-08-31 19:55:53 +03:00
tox.ini chore: ci Initial hive support (#10593) 2020-08-27 09:49:18 -07:00

README.md

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 | Get Help | Contributor Guide | Resources | Superset Users

Screenshots & Gifs

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 to explore and visualize datasets, and create interactive dashboards.
  • A wide array of beautiful visualizations to showcase your data.
  • Easy, code-free, user flows to drill down and slice and dice the data underlying exposed dashboards. The dashboards and charts act as a starting point for deeper analysis.
  • A state of the art SQL editor/IDE exposing a rich metadata browser, and an easy workflow to create visualizations out of any result set.
  • An extensible, high granularity security model allowing intricate rules on who can access which product features and datasets. Integration with major authentication backends (database, OpenID, LDAP, OAuth, REMOTE_USER, ...)
  • A lightweight semantic layer, allowing to control how data sources are exposed to the user by defining dimensions and metrics
  • Out of the box support for most SQL-speaking databases
  • Deep integration with Druid allows for Superset to stay blazing fast while slicing and dicing large, realtime datasets
  • Fast loading dashboards with configurable caching

Supported Databases

Superset speaks many SQL dialects through SQLAlchemy - a Python SQL toolkit that is compatible with most databases. Here are some of the major database solutions that are supported:

redshift google-biquery snowflake presto druid postgresql mysql mssql-server db2 sqlite sybase mariadb vertica oracle firebird greenplum clickhouse exasol monet-db apache-kylin

A complete list of supported databases can be found here.

Installation and Configuration

See in the documentation

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