Check if docker exists, if not then install it
docker -v
Check if docker-compose exists, if not then install it
docker-compose -v
Create networks for containers
docker network create superset
In the root folder, run the command, run superset application.
make up
Data exemple
we can load the data in 2 ways, with example data or your data
Load sample database
restore-example
My Data
make restore file_path nrows
help using command
make restore-help
Example
make restore file_path=./data/yours_data.csv nrows=100
By default, the connection to the database is made automatically and the panel is already assembled. After going up check the horizontal scroll bar