Apache Superset is a Data Visualization and Data Exploration Platform
Go to file
Craig Rueda e490414484 Flask App factory PR #1 (#8418)
* First cut at app factory

* Setting things back to master

* Working with new FLASK_APP

* Still need to refactor Celery

* CLI mostly working

* Working on unit tests

* Moving cli stuff around a bit

* Removing get in config

* Defaulting test config

* Adding flask-testing

* flask-testing casing

* resultsbackend property bug

* Fixing up cli

* Quick fix for KV api

* Working on save slice

* Fixed core_tests

* Fixed utils_tests

* Most tests working - still need to dig into remaining app_context issue in tests

* All tests passing locally - need to update code comments

* Fixing dashboard tests again

* Blacking

* Sorting imports

* linting

* removing envvar mangling

* blacking

* Fixing unit tests

* isorting

* licensing

* fixing mysql tests

* fixing cypress?

* fixing .flaskenv

* fixing test app_ctx

* fixing cypress

* moving manifest processor around

* moving results backend manager around

* Cleaning up __init__ a bit more

* Addressing PR comments

* Addressing PR comments

* Blacking

* Fixes for running celery worker

* Tuning isort

* Blacking
2019-11-20 15:47:06 +00:00
.github Update bug_report.md (#7583) 2019-05-31 13:47:30 -07:00
RELEASING [docs] Improve and automate apache source releases (#8584) 2019-11-19 15:44:38 +00:00
contrib/docker Updating pip with default timeout (#8492) 2019-11-04 23:05:39 -08:00
docs add Liechtenstein to country selection (#8605) 2019-11-19 07:06:17 -08:00
install/helm/superset fix: don't remove leading new line (#6800) 2019-02-01 12:03:34 -08:00
scripts [docs] Crafting a new release (#8433) 2019-10-28 10:17:10 +00:00
superset Flask App factory PR #1 (#8418) 2019-11-20 15:47:06 +00:00
tests Flask App factory PR #1 (#8418) 2019-11-20 15:47:06 +00:00
.codecov.yml Adding codecov targets and thresholds (#7433) 2019-06-03 15:26:42 -07:00
.dockerignore Add licenses to translations (#6732) 2019-01-22 08:21:13 -08:00
.flaskenv Flask App factory PR #1 (#8418) 2019-11-20 15:47:06 +00:00
.fossa.yml Setup FOSSA as part of CI (#7999) 2019-08-07 21:08:10 -07:00
.gitignore Allow overwriting a SQLLab query that has previously been saved (#8298) 2019-09-30 23:09:45 -07:00
.pre-commit-config.yaml [ci] Deprecate flake8 (#8409) 2019-10-18 14:44:27 -07:00
.pylintrc [format] Using Black (#7769) 2019-06-25 13:34:48 -07:00
.rat-excludes chore: add bot config files and update issue templates (#7249) 2019-04-09 22:45:58 -07:00
.travis.yml [ci] Deprecate flake8 (#8409) 2019-10-18 14:44:27 -07:00
CHANGELOG.md [docs] 0.35.0 CHANGELOG (#8547) 2019-11-12 10:21:56 -08:00
CODE_OF_CONDUCT.md Add licenses to translations (#6732) 2019-01-22 08:21:13 -08:00
CONTRIBUTING.md [docs] Updating slice parameter documentation. (#8535) 2019-11-10 11:31:11 -08:00
DISCLAIMER Add disclaimer and remove counter (#6738) 2019-01-22 14:18:16 -08:00
INSTALL.md Improvements related to ASF release process (#7539) 2019-07-03 22:33:14 -07:00
LICENSE.txt Improvements related to ASF release process (#7539) 2019-07-03 22:33:14 -07:00
MANIFEST.in chore: fix version info (#8196) 2019-09-10 22:25:58 -07:00
NOTICE Add incubating to NOTICE (#8369) 2019-10-10 23:41:25 +03:00
README.md adding bilibili in readme (#8591) 2019-11-18 17:16:12 +02:00
UPDATING.md Update UPDATING.md (#8465) 2019-10-29 18:01:49 -07:00
alembic.ini Add licenses to translations (#6732) 2019-01-22 08:21:13 -08:00
babel-node [adhoc-filters] Adding adhoc-filters to all viz types (#5206) 2018-06-18 15:43:18 -07:00
cypress.json Split cypress tests (#6241) 2018-11-15 12:26:33 -08:00
gen_changelog.sh Add licenses to translations (#6732) 2019-01-22 08:21:13 -08:00
pypi_push.sh [fix] refine release instructions (#8381) 2019-10-23 16:43:04 +03:00
requirements-dev.txt Flask App factory PR #1 (#8418) 2019-11-20 15:47:06 +00:00
requirements.txt Bump pyarrow to 0.15.1 due to CVE (#8583) 2019-11-15 09:08:23 -08:00
setup.cfg [ci] Deprecate flake8 (#8409) 2019-10-18 14:44:27 -07:00
setup.py Flask App factory PR #1 (#8418) 2019-11-20 15:47:06 +00:00
tox.ini Flask App factory PR #1 (#8418) 2019-11-20 15:47:06 +00:00

README.md

Superset

Build Status PyPI version Coverage Status PyPI Get on Slack 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.

A list of currently supported SQL databases can be found here.

Apache Druid (Incubating)!

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!

  1. 6play
  2. AiHello
  3. Airbnb
  4. Airboxlab
  5. Aktia Bank plc
  6. American Express
  7. Amino
  8. Apollo GraphQL
  9. Ascendica Development
  10. Astronomer
  11. bilibili
  12. Brilliant.org
  13. Capital Service S.A.
  14. Clark.de
  15. Cloudsmith
  16. CnOvit
  17. Deepomatic
  18. Dial Once
  19. Digit Game Studios
  20. Douban
  21. Endress+Hauser
  22. Faasos
  23. Fanatics
  24. FBK - ICT center
  25. Fordeal
  26. GFG - Global Fashion Group
  27. GfK Data Lab
  28. Grassroot
  29. Hostnfly
  30. HuiShouBao
  31. Intercom
  32. jampp
  33. komoot
  34. Konfío
  35. Kuaishou
  36. Lime
  37. Living Goods
  38. Lyft
  39. Maieutical Labs
  40. Myra Labs
  41. Now
  42. Ona
  43. PeopleDoc
  44. Pronto Tools
  45. QPID Health
  46. Qunar
  47. Safaricom
  48. Scoot
  49. ScopeAI
  50. Shopee
  51. Shopkick
  52. Showmax
  53. source{d}
  54. Steamroot
  55. Tails.com
  56. Tenable
  57. THE ICONIC
  58. TME QQMUSIC/WESING
  59. Tobii
  60. Tooploox
  61. TrustMedis
  62. Twitter
  63. Udemy
  64. VIPKID
  65. WeSure
  66. Windsor.ai
  67. WP-Semantix
  68. Yahoo!
  69. Zaihang
  70. Zalando
  71. Zalora