Fly, Penguin!

I blog so I don't forget.

How to try Superset

0 minute read #data engineering #dashboarding

Exactly needed like this (you have to clone the repo):

git clone https://github.com/apache/superset.git
cd superset
docker-compose -f docker-compose-non-dev.yml up

Thoughts:

  • superset/docker is mounted into the container at runtime and needed
  • this should not be like this
  • maybe try a small k8s deployment