Apache Superset – Non Production

So you just want to see what superset can do, run the following, and you will be up and running

superset db upgrade
export FLASK_APP=superset
superset fab create-admin

superset load_examples

superset init

Now to start the server

superset run -p 8088 --with-threads --reload --debugger

If you have more than one network card you can bind the server to one of the addresses.

superset run -h IP-Address -p 8088 –with-threads –reload –debugger

1 thought on “Apache Superset – Non Production”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s