Quickstart Apache Superset in less than 2 minutes
To quickstart apache superset we will be using docker and git. Lets assume you have git and docker installed and we will proceed further. As we are using docker only difference will be where you run your command if os changes.
- For Windows PowerShell
- For Linux and Mac terminal
-
We need to clone Superset github repository using git
git clone --depth=1 -b 4.1.2 https://github.com/apache/superset.git
-
Once cloned, lets dive inside superset directory using
cd superset
-
If you want you can change configuration using modifying
superset_config.py
present indocker/pythonpath_dev/superset_config.py
I will be skipping this part as timer of 2 minute is ticking off 😜
-
Finally lets quickly start the docker with
docker-compose-image-tag.yml
using following commanddocker compose -f docker-compose-image-tag.yml up -d