superset_app
Apache Superset out of box version (Windows 64bit)
prepare job
download 3 files
unzip python-3.8.10-embed-amd64.zip and goto the unzip folder
python38._ph
modify python38.zip
.
# Uncomment to run site.main() automatically
import site
install pip
python ..\get-pip.py
install python_geohash
python -m pip install ..\python_geohash‑0.8.5‑cp38‑cp38‑win_amd64.whl
install apache superset and pillow
pip install apache-superset pillow
pip install markdown==3.2.2
init superset
# initialize the database:
superset db upgrade
# Create an admin user
$ 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
superset.db
to current folder
copy copy %UserProfile%\.superset\superset.db
run app.py
python app.py
first time it will create superset_config.py
and modify the example url to current folder(need absolute path).