incubator-superset-master (2)

所属分类:Python编程
开发工具:Python
文件大小:45893KB
下载次数:11
上传日期:2018-04-24 11:00:28
上 传 者加油头头
说明:  主要用于数据分析,后台获取数据库数据,进行报表的自动生成
(It is mainly used for data analysis and automatic generation of reports.)

文件列表:
.pylintrc (13996, 2018-03-20)
.travis.yml (949, 2018-03-20)
CHANGELOG.md (377383, 2018-03-20)
CODE_OF_CONDUCT.md (5510, 2018-03-20)
CONTRIBUTING.md (14615, 2018-03-20)
ISSUE_TEMPLATE.md (447, 2018-03-20)
LICENSE.txt (10850, 2018-03-20)
MANIFEST.in (538, 2018-03-20)
TODO.md (1815, 2018-03-20)
alembic.ini (1450, 2018-03-20)
dev-reqs-for-docs.txt (46, 2018-03-20)
dev-reqs.txt (187, 2018-03-20)
docs (0, 2018-03-20)
docs\Makefile (7417, 2018-03-20)
docs\_build (0, 2018-03-20)
docs\_build\html (0, 2018-03-20)
docs\_static (0, 2018-03-20)
docs\_static\docs.css (872, 2018-03-20)
docs\_templates (0, 2018-03-20)
docs\_templates\layout.html (3328, 2018-03-20)
docs\build.sh (212, 2018-03-20)
docs\conf.py (9346, 2018-03-20)
docs\druid.rst (1663, 2018-03-20)
docs\faq.rst (11041, 2018-03-20)
docs\gallery.rst (1976, 2018-03-20)
docs\import_export_datasources.rst (3923, 2018-03-20)
docs\index.rst (2528, 2018-03-20)
docs\installation.rst (24903, 2018-03-20)
docs\security.rst (7556, 2018-03-20)
docs\sqllab.rst (2288, 2018-03-20)
docs\tutorial.rst (12124, 2018-03-20)
docs\videos.rst (1342, 2018-03-20)
docs\visualization.rst (70468, 2018-03-20)
gen_changelog.sh (308, 2018-03-20)
pylint-errors.sh (42, 2018-03-20)
pypi_push.sh (153, 2018-03-20)
... ...

Superset ========= [![Build Status](https://travis-ci.org/apache/incubator-superset.svg?branch=master)](https://travis-ci.org/apache/incubator-superset) [![PyPI version](https://badge.fury.io/py/superset.svg)](https://badge.fury.io/py/superset) [![Coverage Status](https://codecov.io/github/apache/incubator-superset/coverage.svg?branch=master)](https://codecov.io/github/apache/incubator-superset) [![PyPI](https://img.shields.io/pypi/pyversions/superset.svg?maxAge=2592000)](https://pypi.python.org/pypi/superset) [![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) [![Documentation](https://img.shields.io/badge/docs-apache.org-blue.svg)](https://superset.incubator.apache.org) [![dependencies Status](https://david-dm.org/apache/incubator-superset/status.svg?path=superset/assets)](https://david-dm.org/apache/incubator-superset?path=superset/assets) 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** ![superset-dashboard](https://cloud.githubusercontent.com/assets/130878/20371438/a703a2a0-ac19-11e6-80c4-00a47c2eb***4.gif)
**View/Edit a Slice** ![superset-explore-slice](https://cloud.githubusercontent.com/assets/130878/20372732/410392f4-ac22-11e6-9c6d-3ef512e81212.gif)
**Query and Visualize with SQL Lab** ![superset-sql-lab-visualization](https://cloud.githubusercontent.com/assets/130878/20372911/7c3b3358-ac23-11e6-8f24-923ef1b35715.gif)
![superset-dashboard-misc](https://cloud.githubusercontent.com/assets/130878/20234704/0f40778c-a835-11e6-9556-***3a62ea061b.png) ![superset-edit-table](https://cloud.githubusercontent.com/assets/130878/20234705/0f415c88-a835-11e6-8b03-f7c35d56dd7d.png) ![superset-query-search](https://cloud.githubusercontent.com/assets/130878/20234706/0f430a10-a835-11e6-8a0d-8b26cc2e6bbd.png) 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](http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html). 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 * **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 has 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](https://superset.incubator.apache.org/installation.html) Resources ------------- * [Mailing list](https://lists.apache.org/list.html?dev@superset.apache.org/) * [Gitter (live chat) Channel](https://gitter.im/airbnb/superset) * [Docker image](https://hub.docker.com/r/amancevice/superset/) (community contributed) * [Slides from Strata (March 2016)](https://drive.google.com/open?id=0B5PVE0gzO81oOVJkdF9aNkJMSmM) * [Stackoverflow tag](https://stackoverflow.com/questions/tagged/apache-superset) * [DEPRECATED Google Group](https://groups.google.com/forum/#!forum/airbnb_superset) Contributing ------------ 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! - [AiHello](https://www.aihello.com) - [Airbnb](https://github.com/airbnb) - [Aktia Bank plc](https://www.aktia.com) - [Amino](https://amino.com) - [Brilliant.org](https://brilliant.org/) - [Capital Service S.A.](http://capitalservice.pl) - [Clark.de](http://clark.de/) - [Digit Game Studios](https://www.digitgaming.com/) - [Douban](https://www.douban.com/) - [Endress+Hauser](http://www.endress.com/) - [FBK - ICT center](http://ict.fbk.eu) - [Faasos](http://faasos.com/) - [GfK Data Lab](http://datalab.gfk.com) - [Konfo](http://konfio.mx) - [Lyft](https://www.lyft.com/) - [Maieutical Labs](https://cloudschooling.it) - [PeopleDoc](https://www.people-doc.com) - [Ona](https://ona.io) - [Pronto Tools](http://www.prontotools.io) - [Qunar](https://www.qunar.com/) - [ScopeAI](https://www.getscopeai.com) - [Shopee](https://shopee.sg) - [Shopkick](https://www.shopkick.com) - [Tails.com](https://tails.com) - [Tobii](http://www.tobii.com/) - [Tooploox](https://www.tooploox.com/) - [Twitter](https://twitter.com/) - [Udemy](https://www.udemy.com/) - [VIPKID](https://www.vipkid.com.cn/) - [Yahoo!](https://yahoo.com/) - [Zaihang](http://www.zaih.com/) - [Zalando](https://www.zalando.com) More screenshots ---------------- ![superset-security-menu](https://cloud.githubusercontent.com/assets/130878/20234707/0f565886-a835-11e6-9277-b4f5f4aa2fcc.png) ![superset-slice-bubble](https://cloud.githubusercontent.com/assets/130878/20234708/0f57f3d0-a835-11e6-8268-fcefe8f868c8.png) ![superset-slice-map](https://cloud.githubusercontent.com/assets/130878/20234709/0f5a5a44-a835-11e6-***7a-1b6f8ac9922b.png) ![superset-slice-multiline](https://cloud.githubusercontent.com/assets/130878/20234710/0f632d68-a835-11e6-***d1-542dcb618193.png) ![superset-slice-sankey](https://cloud.githubusercontent.com/assets/130878/20234711/0f639136-a835-11e6-8721-fe5e48dab8e7.png) ![superset-slice-view](https://cloud.githubusercontent.com/assets/130878/20234712/0f63c4c6-a835-11e6-8595-6091a***28fa9.png) ![superset-sql-lab-2](https://cloud.githubusercontent.com/assets/130878/20234713/0f67b856-a835-11e6-9d50-7a52168f66fd.png) ![superset-sql-lab](https://cloud.githubusercontent.com/assets/130878/20234714/0f68f45a-a835-11e6-9467-f47ad0af7e79.png)

近期下载者

相关文件


收藏者