Apache Superset

CURRENT PROJECTS

Remove old Docker containers

https://www.digitalocean.com/community/tutorials/how-to-remove-docker-images-containers-and-volumes

LIST:

sudo docker images -a

REMOVE ALL:

sudo docker system prune -a

Install Apache Superset in venv

-- reference: https://www.youtube.com/watch?v=yE5oFC0VAKo

Next --> connect to sqlite db

https://superset.apache.org/docs/databases/installing-database-drivers/