Skip to content

how to deploy apache superset on docker with a debian image

License

Notifications You must be signed in to change notification settings

S-eb/superset-docker-debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

superset-docker-debian

How to deploy apache superset on docker

logo

Apache Superset is a fantastic tool for data viz. You should really try it if you haven't yet. The official documentation here is great but really describes only two main path of deploying: using a docker compose or from scratch in development mode. In my case I was looking:

  1. to deploy on kubernetes so the compose path was not ideal;
  2. to deploy in production mode.

The short tutorial below will show you how to deploy Apache Superset 0.37.2 using docker.

Configuration

In this tutorial, I will show

  • a deployement of Apache Superset version 0.37.2;
  • using Docker Desktop (without docker compose) based on a debian image;
  • using redis for cache;
  • connecting to postgres for the superset database;
  • and running one celery instance.

Deploying postgres

Deploying redis

Setting up a Docker network

Building the Superset docker image

Deploying

About

how to deploy apache superset on docker with a debian image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published