Apache Superset is a Data Visualization and Data Exploration Platform
Go to file
Amit Miran 29d6420ecc
fix: exception when saving dash (#13300)
* fix: project None value

* fix: pre-commit
2021-02-24 12:08:28 +02:00
.github fix: misspelling Erik Ritter (#13120) 2021-02-16 11:20:23 -08:00
RELEASING docs: typo fix in release notes (#12991) 2021-02-08 09:32:56 +02:00
docker chore: add non-dev docker-compose workflow (#13143) 2021-02-18 09:55:15 -08:00
docs docs: Connecting to Trino Databases (#13171) 2021-02-23 14:32:21 -05:00
helm/superset Evaluate configOverrides as templates (#13130) 2021-02-18 07:46:23 -08:00
requirements Bump jinja2 to latest version (#12901) 2021-02-03 09:44:10 -08:00
scripts ci: always execute tests on non-PRs (#13260) 2021-02-22 08:23:34 +02:00
superset fix: exception when saving dash (#13300) 2021-02-24 12:08:28 +02:00
superset-frontend feat: add Echarts Graph chart (#13111) 2021-02-23 16:47:20 -08:00
tests feat(chart-data): add rowcount, timegrain and column result types (#13271) 2021-02-24 07:43:47 +02:00
.asf.yaml fix(build): black failing on master, add to required checks (#13039) 2021-02-09 12:44:29 -08:00
.codecov.yml Ignore database migrations on coverage reports (#13136) 2021-02-17 11:10:54 -08:00
.dockerignore build: add more files to .dockerignore (#13113) 2021-02-15 00:04:52 -08: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 fix: explore replace wrong standalone slice url (#12359) 2021-01-09 13:32:06 -08:00
.gitmodules fix(CI): properly configure cancel duplicates (#12625) 2021-01-29 12:29:46 -08:00
.pre-commit-config.yaml style(menu): clean up right menu - leaving only "Settings" (#11227) 2020-10-20 21:33:28 -07:00
.pylintrc refactor: migrate table chart to new API (#10270) 2021-01-29 13:12:09 +02:00
.rat-excludes chore: pin node and npm versions (#11646) 2020-11-10 15:58:54 -08:00
CHANGELOG.md docs(changelog): add entries for 1.0.1 (#12981) 2021-02-09 13:59:11 +02:00
CODE_OF_CONDUCT.md chore: updated Slack URL, old link expired (#12737) 2021-01-25 11:50:19 -05:00
CONTRIBUTING.md chore: upgrade to npm 7 and superset-ui 0.17.9 (#13100) 2021-02-15 09:45:29 -10:00
Dockerfile chore: bump node.js to v14 (#13215) 2021-02-20 19:42:51 +02:00
INSTALL.md chore: remove harmless incubator refs (#12289) 2021-01-06 13:45:19 +02:00
INTHEWILD.md docs: add Cape Crypto to users list (#12816) 2021-01-29 15:14:40 -05: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 docs: remove (some) references to incubating/incubation (#12284) 2021-01-06 13:40:40 -08:00
README.md docs: Connecting to Trino Databases (#13171) 2021-02-23 14:32:21 -05:00
UPDATING.md chore: use shillelagh instead of gsheetsdb (#13185) 2021-02-18 09:48:18 -08:00
docker-compose-non-dev.yml chore: add non-dev docker-compose workflow (#13143) 2021-02-18 09:55:15 -08:00
docker-compose.yml chore: bump node.js to v14 (#13215) 2021-02-20 19:42:51 +02:00
pytest.ini feat: support nulls in the csv uploads (#10208) 2020-07-06 13:26:43 -07:00
setup.cfg fix(async queries): Remove "force" param on cached data retrieval (#12103) 2021-01-27 10:16:57 -08:00
setup.py chore: use shillelagh instead of gsheetsdb (#13185) 2021-02-18 09:48:18 -08: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

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 | 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 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