python BI工具Supperset

Superset

python BI工具Supperset_第1张图片

Apache Superset (incubating) is a modern, enterprise-readybusiness 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, andcreate 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 dataunderlying exposed dashboards. The dashboards and charts acts as a startingpoint for deeper analysis.
  • A state of the art SQL editor/IDE exposing a rich metadata browser, andan easy workflow to create visualizations out of any result set.
  • An extensible, high granularity security model allowing intricate ruleson who can access which product features and datasets.Integration with majorauthentication backends (database, OpenID, LDAP, OAuth, REMOTE_USER, ...)
  • A lightweight semantic layer, allowing to control how data sources areexposed 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 whileslicing and dicing large, realtime datasets
  • Fast loading dashboards with configurable caching

Database Support

Superset speaks many SQL dialects through SQLAlchemy, a PythonORM that is compatible withmost 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
  • more! look for the availability of a SQLAlchemy dialect for your databaseto 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 distributedcolumn-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 simplyanother 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 forbusiness intelligence (OLAP) queries on event data. Druid provides lowlatency (real-time) data ingestion, flexible data exploration,and fast data aggregation. Existing Druid deployments have scaled totrillions of events and petabytes of data. Druid is best used topower analytic dashboards and applications.

Installation & Configuration

See in the documentation

Resources

  • Mailing list
  • Gitter (live chat) Channel
  • Docker image (community contributed)
  • Slides from Strata (March 2016)
  • Stackoverflow tag
  • DEPRECATED Google Group

Contributing

Interested in contributing? Casual hacking? Check outContributing.MD

Who uses Apache Superset (incubating)?

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

  • AiHello
  • Airbnb
  • Aktia Bank plc
  • Amino
  • Ascendica Development
  • Astronomer
  • Brilliant.org
  • Capital Service S.A.
  • Clark.de
  • Digit Game Studios
  • Douban
  • Endress+Hauser
  • FBK - ICT center
  • Faasos
  • GfK Data Lab
  • Konfío
  • Lyft
  • Maieutical Labs
  • PeopleDoc
  • Ona
  • Pronto Tools
  • Qunar
  • ScopeAI
  • Shopee
  • Shopkick
  • Tails.com
  • Tobii
  • Tooploox
  • Twitter
  • Udemy
  • VIPKID
  • Yahoo!
  • Zaihang
  • Zalando

    github地址

    https://github.com/apache/incubator-superset#screenshots--gifs

你可能感兴趣的:(bi)