Apache open source! A platform for modern data exploration and data visualization, Github explodes

Superset is a modern data exploration and data visualization platform. Superset can replace or enhance many teams' proprietary business intelligence tools. Superset integrates well with various data sources.

characteristic

  • Code-free interface for quickly building diagrams

  • Powerful web-based SQL editor for advanced queries

  • A lightweight semantic layer for quickly defining custom dimensions and metrics

  • Out-of-the-box support for virtually any SQL database or data engine

  • From simple bar charts to geospatial visualizations, display data in a variety of beautiful visualizations

  • Lightweight, configurable caching layer helps reduce database load

  • Highly scalable security roles and authentication options

  • API for programmatic customization

  • Cloud-native architecture designed from the ground up for scaling

Screenshots

large visualization gallery

Create beautiful, dynamic dashboards

No Code Diagram Generator

Powerful SQL editor

supported database

Superset can query data from any SQL data store or data engine (Presto, Trino, Athena, etc.) with a Python DB-API driver and SQLAlchemy dialect.

Install and configure

Use Docker

Install Docker Engine and Docker

  • Install Docker for Mac, which includes the latest versions of the Docker engine and docker-compose out of the box.

  • Install Docker on Linux by following the Docker instructions for your Linux version.

Superset GitHub

Clone Superset's repository in Terminal with the following command:

git clone https://github.com/apache/superset.git

Upon successful completion of the command, superset should see a new folder in the current directory.

Docker

Open the previously created folder:

cd superset

While working on the master branch, run the following command:

docker-compose -f docker-compose-non-dev.yml pull
docker-compose -f docker-compose-non-dev.yml up

open source address

  • https://github.com/apache/superset

Guess you like

Origin blog.csdn.net/weixin_37576193/article/details/130985529