Apache Superset is a Data Visualization and Data Exploration Platform
Go to file
Christine Chambers 24be6922fd [refactor] Remove dependency on personal fork of supercluster from mapbox visualizations (#5902)
* [refactor] Remove dependency to personal fork of supercluster from mapbox visualizations

- Update dependency to reference the vanilla supercluster
- Clean up backend api call for mapbox vizzes to ensure a boolean is sent to indicate whether the viz includes custom metric for clustering
- Refactor of mapbox and its cluster overlay components to use vanilla supercluster and its recommeded way for handling clustering based on custom aggregations.
- Allow reclustering within the initial bounds on render in mapbox visualizations (stay true to old behaviors).
- Remove the median aggregation from available cluster label aggregators as there is no memory efficient way to implement this and it is unknown how often this feature is used
- Updating doc to mention the backward incompatible change re median

* Perform the check for has_custom_metric through `not None` to produce a boolean and rename the field reflect it is a boolean.
2018-09-18 12:38:17 -07:00
contrib/docker Init docker for local development environment. (#4193) 2018-06-09 21:26:41 -07:00
docs Adds a new macro to allow getting filter values easily (#5547) 2018-09-17 09:36:47 -07:00
install/helm/superset Install superset in Kubernetes with helm chart (#4923) 2018-05-03 17:35:38 -07:00
scripts [flake8] Adding flake8-coding (#4477) 2018-02-25 15:06:11 -08:00
superset [refactor] Remove dependency on personal fork of supercluster from mapbox visualizations (#5902) 2018-09-18 12:38:17 -07:00
tests Fixing linting error in macro_tests (#5918) 2018-09-17 20:29:14 -07:00
.gitignore Add cypress artifacts directory (videos/screenshots) to gitignore and sort items in gitignore (#5900) 2018-09-14 15:38:14 -07:00
.pylintrc Increase pylint jobs (#5646) 2018-08-21 20:50:53 -07:00
.travis.yml Adding simple Cypress tests (#5693) 2018-09-06 14:55:48 -07:00
CHANGELOG.md CHANGELOG entry for 0.25.0 to 0.26.0 (#5334) 2018-07-06 21:49:49 -04:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#3991) 2017-12-02 14:57:54 -08:00
CONTRIBUTING.md [Docs] Running DB migration (#5748) 2018-09-12 07:16:58 -10:00
ISSUE_TEMPLATE.md [WiP] rename project from Caravel to Superset (#1576) 2016-11-09 23:08:22 -08:00
LICENSE.txt LICENSE 2015-07-21 20:54:31 +00:00
MANIFEST.in Include README in MANIFEST (#5531) 2018-08-01 15:07:53 -07:00
README.md Update Readme that support Apache Kylin (#5818) 2018-09-05 22:33:03 -07:00
UPDATING.md [refactor] Remove dependency on personal fork of supercluster from mapbox visualizations (#5902) 2018-09-18 12:38:17 -07:00
alembic.ini [WiP] rename project from Caravel to Superset (#1576) 2016-11-09 23:08:22 -08:00
babel-node [adhoc-filters] Adding adhoc-filters to all viz types (#5206) 2018-06-18 15:43:18 -07:00
gen_changelog.sh CHANGELOG for 0.20.0 (#3545) 2017-09-28 14:42:57 -07:00
pypi_push.sh Make Pypi upload support markdown (#5352) 2018-07-16 12:27:57 -07:00
requirements-dev.txt Upgrade mysqlclient to 1.3.13 (#5665) 2018-08-21 11:29:48 -07:00
requirements.txt Apply SQL_QUERY_MUTATOR to explore & dashboard (#5493) 2018-07-26 15:20:23 -07:00
setup.cfg [travis/tox] Restructuring configuration (#4552) 2018-04-10 15:59:44 -07:00
setup.py Apply SQL_QUERY_MUTATOR to explore & dashboard (#5493) 2018-07-26 15:20:23 -07:00
tox.ini Adding simple Cypress tests (#5693) 2018-09-06 14:55:48 -07:00

README.md

Superset

Build Status PyPI version Coverage Status PyPI Join the chat at https://gitter.im/airbnb/superset Documentation dependencies Status

Superset

Apache Superset (incubating) is a modern, enterprise-ready business intelligence web application

[this project used to be named Caravel, and Panoramix in the past]

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


Apache Superset

Apache Superset is a data exploration and visualization web application.

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

Database Support

Superset speaks many SQL dialects through SQLAlchemy, a Python ORM that is compatible with most common databases.

Superset can be used to visualize data out of most databases:

  • MySQL
  • Postgres
  • Vertica
  • Oracle
  • Microsoft SQL Server
  • SQLite
  • Greenplum
  • Firebird
  • MariaDB
  • Sybase
  • IBM DB2
  • Exasol
  • MonetDB
  • Snowflake
  • Redshift
  • Clickhouse
  • Apache Kylin
  • more! look for the availability of a SQLAlchemy dialect for your database to find out whether it will work with Superset

Druid!

On top of having the ability to query your relational databases, Superset ships with deep integration with Druid (a real time distributed column-store). When querying Druid, Superset can query humongous amounts of data on top of real time dataset. Note that Superset does not require Druid in any way to function, it's simply another database backend that it can query.

Here's a description of Druid from the http://druid.io website:

Druid is an open-source analytics data store designed for business intelligence (OLAP) queries on event data. Druid provides low latency (real-time) data ingestion, flexible data exploration, and fast data aggregation. Existing Druid deployments have scaled to trillions of events and petabytes of data. Druid is best used to power analytic dashboards and applications.

Installation & Configuration

See in the documentation

Resources

Contributing

Interested in contributing? Casual hacking? Check out Contributing.MD

Who uses Apache Superset (incubating)?

Here's a list of organizations who have taken the time to send a PR to let the world know they are using Superset. Join our growing community!