AvinashGupta / apache-superset-docker-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache Superset dashboard

Introduction

This project provides a Docker Compose configuration for Apache Superset along with Redis and PostgreSQL containers. This setup enables users to embed Superset dashboards within external web applications using iframes.

Prerequisites

  • Docker installed on your system.

Setup

Install Docker: If Docker is not installed on your system, follow the steps below:

Setup Environment Variables:

  • Rename .env.sample to .env.
  • Update secret values inside .env.
  • Set environment variables with the following command:
$ source .env

Usage

Run Superset Locally:

Start the Docker container by running the following command:

$ docker compose up -d

Kill all local containers

$ docker rm -f $(docker ps -a -q)

About


Languages

Language:Python 70.6%Language:Shell 29.4%