update changelog for rc2 cherries
1 file changed
tree: 448727d3366bce2c5b6fdb993ec5e5017646e5f3
  1. .github/
  2. docker/
  3. docs/
  4. helm/
  5. RELEASING/
  6. requirements/
  7. scripts/
  8. superset/
  9. superset-frontend/
  10. tests/
  11. .asf.yaml
  12. .codecov.yml
  13. .dockerignore
  14. .editorconfig
  15. .flaskenv
  16. .fossa.yml
  17. .gitignore
  18. .pre-commit-config.yaml
  19. .pylintrc
  20. .rat-excludes
  21. CHANGELOG.md
  22. CODE_OF_CONDUCT.md
  23. CONTRIBUTING.md
  24. docker-compose.yml
  25. Dockerfile
  26. INSTALL.md
  27. INTHEWILD.md
  28. LICENSE.txt
  29. MANIFEST.in
  30. NOTICE
  31. pytest.ini
  32. README.md
  33. setup.cfg
  34. setup.py
  35. tox.ini
  36. 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 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 archiecture 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