README.md 8.2 KB
Newer Older
1
Superset
M
Maxime 已提交
2
=========
3

4
[![Build Status](https://travis-ci.org/apache/incubator-superset.svg?branch=master)](https://travis-ci.org/apache/incubator-superset)
5
[![PyPI version](https://badge.fury.io/py/superset.svg)](https://badge.fury.io/py/superset)
6
[![Coverage Status](https://codecov.io/github/apache/incubator-superset/coverage.svg?branch=master)](https://codecov.io/github/apache/incubator-superset)
7
[![PyPI](https://img.shields.io/pypi/pyversions/superset.svg?maxAge=2592000)](https://pypi.python.org/pypi/superset)
B
Benedict Jin 已提交
8
[![Join the chat at https://gitter.im/airbnb/superset](https://badges.gitter.im/apache/incubator-superset.svg)](https://gitter.im/airbnb/superset?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
M
Maxime Beauchemin 已提交
9
[![Documentation](https://img.shields.io/badge/docs-apache.org-blue.svg)](https://superset.incubator.apache.org)
10
[![dependencies Status](https://david-dm.org/apache/incubator-superset/status.svg?path=superset/assets)](https://david-dm.org/apache/incubator-superset?path=superset/assets)
11

12 13 14 15 16 17
<img
  src="https://cloud.githubusercontent.com/assets/130878/20946612/49a8a25c-bbc0-11e6-8314-10bef902af51.png"
  alt="Superset"
  width="500"
/>

M
Maxime Beauchemin 已提交
18 19
**Apache Superset** (incubating) is a modern, enterprise-ready
business intelligence web application
20

M
Maxime Beauchemin 已提交
21
[this project used to be named **Caravel**, and **Panoramix** in the past]
22

M
Maxime Beauchemin 已提交
23

24 25
Screenshots & Gifs
------------------
M
Maxime Beauchemin 已提交
26

A
Alanna Scott 已提交
27
**View Dashboards**
28

29
<kbd><img title="View Dashboards" src="https://raw.githubusercontent.com/apache/incubator-superset/master/superset/assets/images/screenshots/bank_dash.png"></kbd><br/>
30

31
**Slice & dice your data**
32

33
<kbd><img title="Slice & dice your data" src="https://raw.githubusercontent.com/apache/incubator-superset/master/superset/assets/images/screenshots/explore.png"></kbd><br/>
34

35
**Query and visualize your data with SQL Lab**
36

37
<kbd><img title="SQL Lab" src="https://raw.githubusercontent.com/apache/incubator-superset/master/superset/assets/images/screenshots/sqllab.png"></kbd><br/>
38

39
**Visualize geospatial data with deck.gl**
40

41
<kbd><img title="Geospatial" src="https://raw.githubusercontent.com/apache/incubator-superset/master/superset/assets/images/screenshots/deckgl_dash.png"></kbd><br/>
42

43
**Choose from a wide array of visualizations**
44

45
<kbd><img title="Visualizations" src="https://raw.githubusercontent.com/apache/incubator-superset/master/superset/assets/images/screenshots/visualizations.png"></kbd><br/>
M
Maxime Beauchemin 已提交
46

M
Maxime Beauchemin 已提交
47 48 49
Apache Superset
---------------
Apache Superset is a data exploration and visualization web application.
M
Maxime Beauchemin 已提交
50

51
Superset provides:
M
Maxime Beauchemin 已提交
52 53 54 55 56 57 58 59
* 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.
M
Maxime Beauchemin 已提交
60
* An extensible, high granularity security model allowing intricate rules
M
Maxime Beauchemin 已提交
61 62 63 64 65 66
    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
67
* Deep integration with Druid allows for Superset to stay blazing fast while
M
Maxime Beauchemin 已提交
68
    slicing and dicing large, realtime datasets
69
* Fast loading dashboards with configurable caching
M
Maxime Beauchemin 已提交
70 71


72 73 74
Database Support
----------------

M
Maxime Beauchemin 已提交
75
Superset speaks many SQL dialects through SQLAlchemy, a Python
M
Maxime Beauchemin 已提交
76
ORM that is compatible with
M
Maxime Beauchemin 已提交
77
[most common databases](http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html).
M
Maxime Beauchemin 已提交
78

M
Maxime Beauchemin 已提交
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
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
95
* Clickhouse
96
* Apache Kylin
M
Maxime Beauchemin 已提交
97 98 99 100
* **more!** look for the availability of a SQLAlchemy dialect for your database
  to find out whether it will work with Superset


101
Apache Druid (Incubating)!
M
Maxime Beauchemin 已提交
102 103 104
------

On top of having the ability to query your relational databases,
105
Superset ships with deep integration with Druid (a real time distributed
M
Maxime Beauchemin 已提交
106 107 108 109 110 111
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:
M
Maxime Beauchemin 已提交
112

M
Maxime Beauchemin 已提交
113 114 115 116 117
*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
M
Maxime Beauchemin 已提交
118 119
power analytic dashboards and applications.*

120

M
Maxime Beauchemin 已提交
121 122
Installation & Configuration
----------------------------
M
Maxime Beauchemin 已提交
123

M
Maxime Beauchemin 已提交
124
[See in the documentation](https://superset.incubator.apache.org/installation.html)
M
Maxime Beauchemin 已提交
125 126


127
Resources
128
-------------
129
* [Mailing list](https://lists.apache.org/list.html?dev@superset.apache.org)
130
* [Gitter (live chat) Channel](https://gitter.im/airbnb/superset)
131
* [Docker image](https://hub.docker.com/r/amancevice/superset/) (community contributed)
M
Maxime Beauchemin 已提交
132
* [Slides from Strata (March 2016)](https://drive.google.com/open?id=0B5PVE0gzO81oOVJkdF9aNkJMSmM)
D
Dmitry Goryunov 已提交
133
* [Stackoverflow tag](https://stackoverflow.com/questions/tagged/apache-superset)
134
* [Join our Slack](https://join.slack.com/t/apache-superset/shared_invite/enQtNDMxMDY5NjM4MDU0LTc2Y2QwYjE4NGYwNzQyZWUwYTExZTdiZDMzMWQwZjc2YmJmM2QyMDkwMGVjZTA4N2I2MzUxZTk2YmE5MWRhZWE)
135
* [DEPRECATED Google Group](https://groups.google.com/forum/#!forum/airbnb_superset)
136

M
Maxime Beauchemin 已提交
137

138 139 140
Contributing
------------

M
Maxime Beauchemin 已提交
141 142 143 144 145 146 147 148 149 150
Interested in contributing? Casual hacking? Check out
[Contributing.MD](https://github.com/airbnb/superset/blob/master/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!

151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
 1. [AiHello](https://www.aihello.com)
 1. [Airbnb](https://github.com/airbnb)
 1. [Airboxlab](https://foobot.io)
 1. [Aktia Bank plc](https://www.aktia.com)
 1. [Amino](https://amino.com)
 1. [Apollo GraphQL](https://www.apollographql.com/)
 1. [Ascendica Development](http://ascendicadevelopment.com)
 1. [Astronomer](https://www.astronomer.io)
 1. [Brilliant.org](https://brilliant.org/)
 1. [Capital Service S.A.](http://capitalservice.pl)
 1. [Clark.de](http://clark.de/)
 1. [CnOvit](http://www.cnovit.com/)
 1. [Dial Once](https://www.dial-once.com/en/)
 1. [Digit Game Studios](https://www.digitgaming.com/)
 1. [Douban](https://www.douban.com/)
 1. [Endress+Hauser](http://www.endress.com/)
 1. [FBK - ICT center](http://ict.fbk.eu)
 1. [Faasos](http://faasos.com/)
 1. [Fordeal](http://www.fordeal.com)
 1. [GfK Data Lab](http://datalab.gfk.com)
 1. [Grassroot](https://www.grassrootinstitute.org/)
Y
Yuan Liu 已提交
172
 1. [HuiShouBao](http://www.huishoubao.com/)
173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201
 1. [jampp](https://jampp.com/)
 1. [Konfío](http://konfio.mx)
 1. [Kuaishou](https://www.kuaishou.com/)
 1. [Lime](https://www.limebike.com/)
 1. [Lyft](https://www.lyft.com/)
 1. [Maieutical Labs](https://maieuticallabs.it)
 1. [Myra Labs](http://www.myralabs.com/)
 1. [PeopleDoc](https://www.people-doc.com)
 1. [Ona](https://ona.io)
 1. [Pronto Tools](http://www.prontotools.io)
 1. [QPID Health](http://www.qpidhealth.com/    )
 1. [Qunar](https://www.qunar.com/)
 1. [ScopeAI](https://www.getscopeai.com)
 1. [Shopee](https://shopee.sg)
 1. [Shopkick](https://www.shopkick.com)
 1. [Steamroot](https://streamroot.io/)
 1. [Showmax](https://tech.showmax.com)
 1. [Tails.com](https://tails.com)
 1. [THEICONIC](http://theiconic.com.au/)
 1. [Tobii](http://www.tobii.com/)
 1. [Tooploox](https://www.tooploox.com/)
 1. [TrustMedis](https://trustmedis.com)
 1. [Twitter](https://twitter.com/)
 1. [Udemy](https://www.udemy.com/)
 1. [VIPKID](https://www.vipkid.com.cn/)
 1. [Windsor.ai](https://www.windsor.ai/)
 1. [Yahoo!](https://yahoo.com/)
 1. [Zaihang](http://www.zaih.com/)
 1. [Zalando](https://www.zalando.com)