Apache Superset is a Data Visualization and Data Exploration Platform
Go to file
Phillip Kelley-Dotson 4bb29b6f04
chore(spa refactor): refactoring dashboard to use api's instead of bootstrapdata (#13306)
* add hook for future async api calls

* test to see conflict

* add async middleware and update reducers

* working async dashboard load

* implement getcharts api

* add user permissions to explore and dashboard bootstrap data

* integrate api calls with getinitial state

* update namings

* accept an id or a slug in the dashboard charts api

* add permissions function

* fix merge

* update state

* get dashboard charts by id or slug

* fix undefined states

* variable names

* stop using some more bootstrap data

* fix metadata reference

* remove unused bootstrap from the template

* add errorboundry to dashboard

* refactoring, fixing

* update permissions

* add just roles

* id is supposed to be a string

* unused vars

* get datasources from api

* make onError optional

* use resource hooks, better error boundary

* add loading state for dashboardroute

* remove console

* add conditional

* more conditionals

* testing out a possible fix for cypress

* convert edit/standalone test to cypress

* remove bootstrappy assertions

* lint

* fix dashboard edit history issue

* rename stuff

* address recent native filters schema change

* remove unused getInitialState

* remove .only from test

* hooksy redux usage

* Revert "more conditionals"

This reverts commit 25c8ed61b477ce30f87746af4421ce1bf4d5ea99.

* cleanup

* undo unnecessary change

* actually need conditions here

* certainty

* Revert "certainty"

This reverts commit 77dea1915beee2761c9fc214f1196ef8d79832c8.

* more permutations (untested yolo)

* Update superset-frontend/src/chart/chartReducer.ts

Co-authored-by: Evan Rusackas <evan@preset.io>

* import style

* comment

* cleaner dashboardInfo

* remove debug code

* use memo for getPermissions

* fix lint

* adjust name/location of DashboardPage

* move logic for REMOVE_SLICE_LEVEL_LABEL_COLORS to DAO

* stop using full_data()

* remove unused (and now useless) json=true query param

Co-authored-by: David Aaron Suddjian <aasuddjian@gmail.com>
Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@preset.io>
2021-04-12 16:10:29 -07:00
.github feat(SIP-39): Websocket sidecar app (#11498) 2021-04-08 11:12:03 -07:00
RELEASING docs: added release notes for 1.1 (#13777) 2021-03-24 10:13:47 -07:00
RESOURCES docs: add file for users to see status of feature flags (#13402) 2021-03-16 14:11:17 -07:00
docker Use the right variable for Celery results in Redis (#13936) 2021-04-06 10:06:46 +08:00
docs Add docs for configuring Docker Compose setup (#13961) 2021-04-13 01:04:14 +03:00
helm/superset Use consistent chart value (#14031) 2021-04-11 09:30:26 +03:00
requirements Bump pyyaml to latest (#13658) 2021-03-17 14:41:02 -07:00
scripts fix: restart superset container in test script (#13780) 2021-03-25 15:31:50 -07:00
superset chore(spa refactor): refactoring dashboard to use api's instead of bootstrapdata (#13306) 2021-04-12 16:10:29 -07:00
superset-frontend chore(spa refactor): refactoring dashboard to use api's instead of bootstrapdata (#13306) 2021-04-12 16:10:29 -07:00
superset-websocket feat(SIP-39): Websocket sidecar app (#11498) 2021-04-08 11:12:03 -07:00
tests chore(spa refactor): refactoring dashboard to use api's instead of bootstrapdata (#13306) 2021-04-12 16:10:29 -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 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 chore(git): ignore superset/app/ folder (#13767) 2021-03-26 15:14:14 -07: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 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 feat: Make async query JWT cookie domain configurable (#14007) 2021-04-11 20:33:33 -07:00
Dockerfile Fix: Add SASL dependency module (#13608) 2021-03-16 15:42:53 -07: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
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: add file for users to see status of feature flags (#13402) 2021-03-16 14:11:17 -07:00
UPDATING.md fix: Issue 13956 (#13980) 2021-04-09 15:21:58 +12:00
docker-compose-non-dev.yml fix: enable installing docker/requirements-local.txt in docker-compose-non-dev.yml (#13926) 2021-04-02 19:06:30 -06:00
docker-compose.yml Use redis:latest in docker-compose workflow (#13323) 2021-02-25 00:36:19 -08:00
pytest.ini feat: support nulls in the csv uploads (#10208) 2020-07-06 13:26:43 -07:00
setup.cfg fix: add exception to catch session not having JWT (#14036) 2021-04-11 16:47:06 -04:00
setup.py fix: Pin Prophet dependency after breaking changes (#13852) 2021-04-02 00:42:29 +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 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