Release maker automated tag "v2021.13.0"
chore: Update PR template for SIP-59 DB migrations process (#13855)

1 file changed
tree: bce9d004fc7fa01b342588eaf43623f8d5c8608f
  1. .github/
  2. docker/
  3. docs/
  4. helm/
  5. RELEASING/
  6. requirements/
  7. RESOURCES/
  8. scripts/
  9. superset/
  10. superset-frontend/
  11. tests/
  12. .asf.yaml
  13. .codecov.yml
  14. .dockerignore
  15. .editorconfig
  16. .flaskenv
  17. .fossa.yml
  18. .gitignore
  19. .gitmodules
  20. .pre-commit-config.yaml
  21. .pylintrc
  22. .rat-excludes
  23. CHANGELOG.md
  24. CODE_OF_CONDUCT.md
  25. CONTRIBUTING.md
  26. docker-compose-non-dev.yml
  27. docker-compose.yml
  28. Dockerfile
  29. INSTALL.md
  30. LICENSE.txt
  31. MANIFEST.in
  32. NOTICE
  33. pytest.ini
  34. README.md
  35. setup.cfg
  36. setup.py
  37. tox.ini
  38. UPDATING.md
README.md

Superset

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

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:

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