apache-superset-quick-init
v0.1.5
Published
Quickly download files needed to run Apache Superset deployment in docker and preconfigure them for production
Maintainers
Readme
apache-superset-quick-init
(Don't judge me for my obsession with badges)
Dependencies
- node (You can install it easily via mise)
- docker (for running superset)
How to use
npx apache-superset-quick-init
cd ./superset
# Choose the tag you want: 'latest' or something specific like '4.1.1'
# here are examples of tags:
# https://superset.apache.org/docs/installation/docker-builds/#key-tags-examples
# https://github.com/apache/superset/blob/master/CHANGELOG.md
# https://github.com/apache/superset/releases
export TAG='latest'
# If use choose `latest`, good idea to always pull
# docker compose up -d --pull always
docker compose up -d
# Follow logs until completely deployed
docker compose logs -fAlso it's recommended to add this string to your .bashrc, if you want faster CLIs written in JS
export NODE_COMPILE_CACHE=~/.cache/nodejs-compile-cache