Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(template): added apache superset (unofficial) with postgres #4891

Open
wants to merge 12 commits into
base: next
Choose a base branch
from

Conversation

nktnet1
Copy link
Contributor

@nktnet1 nktnet1 commented Jan 21, 2025

Changes

  • added AirBnB's Apache/Superset (unofficial) template

Apache Superset is a popular "Data Visualization and Data Exploration Platform". Currently, it has ~64k stars on GitHub.

Unfortunately, superset does not officially support docker-compose in production:


This template uses an unofficial docker image to allow for production docker deployment. However, this in itself is also quite popular, with nearly 1k stars on GitHub:

and over 5 million downloads on DockerHub:


There are multiple flavours of superset (unofficial) that are supported, e.g.

  • celery
  • postgresql (I chose this one)
  • mysql
  • sqlite (probably not prod)

However, given that it's "unofficial", I wanted to run this through the Coolify team before proceeding with the superset-unofficial-with-celery and superset-unofficial-with-mysql templates, in case the policy is to not accept unofficial images.


NOTE: for the first launch, you will need to enter the superset container using Coolify's terminal feature to run

superset-init

to register the admin user and database. Alternatively, the superset-demo command will do the same, and additionally load demo database/charts/dashboards into the superset instance.

I'm happy to contribute this to documentations-coolify if it gets the green light.


Demonstration:

demo.webm

@nktnet1 nktnet1 changed the title feat(template): added superset unofficial with postgres feat(template): added apache superset (unofficial) with postgres Jan 21, 2025
@peaklabs-dev peaklabs-dev added the ⚙️ Service Issues requesting or PRs adding/fixing service templates. label Jan 21, 2025
@nktnet1

This comment was marked as resolved.

@nktnet1

This comment was marked as resolved.

@nktnet1 nktnet1 marked this pull request as ready for review January 28, 2025 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ Service Issues requesting or PRs adding/fixing service templates.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants