superset vs Tableau

superset

the only thing i need to know is how to install superset.

it’s difficult to install ??

https://superset.apache.org/docs/intro

https://flask-appbuilder.readthedocs.io/en/latest/installation.html

how to use superset ?

superset is a modern data exploration and visualization platform

supported databases

superset vs Tableau_第1张图片

install superset

brew install pyenv-virtualenv

virtualenv is shipped in Python 3.6+ as venv instead of pyvenv.
See https://docs.python.org/3.6/library/venv.html
python3 -m venv venv
. venv/bin/activate

pip install apache-superset

superset db upgrade

# Create an admin user in your metadata database (use `admin` as username to be able to load the examples)
export FLASK_APP=superset
superset fab create-admin

# Load some data to play with
superset load_examples

# Create default roles and permissions
superset init

# To start a development web server on port 8088, use -p to bind to another port
superset run -p 8088 --with-threads --reload --debugger

tableau

it’s similar to superset, but
i don’t know tableau

if you want to learn superset by video , you can search superset in bilibilic.com

miniconda?

install
https://docs.conda.io/en/latest/miniconda.html

你可能感兴趣的:(dw,python)