meltano / files-superset

Meltano project [file bundle](https://meltano.com/docs/plugins.html#file-bundles) for [Apache Superset](https://superset.apache.org/).
Apache License 2.0
0 stars 0 forks source link

Consider single-container version of Superset for local devtest use cases #6

Open MeltyBot opened 2 years ago

MeltyBot commented 2 years ago

Migrated from GitLab: https://gitlab.com/meltano/files-superset/-/issues/6

Originally created by @aaronsteers on 2022-01-27 20:32:24


The current implementation takes a docker-compose.yml file which runs several containers.

Our initial spec in https://gitlab.com/meltano/meltano/-/issues/2205+ will expect a single container definition.

Following from the alternate instructions at https://superset.apache.org/docs/installation/installing-superset-from-scratch, what do you think about us having a version of this that runs in a single container? Assumption being that the PostgresDB is launched in a separate process, and does not need to be part of the execution command.

In theory a bootstrap script in the docker container could import the file definitions and then export after execution completes (assuming it gets a graceful shutdown, or assuming ctrl+c is only hit once and enough time is allowed before a hard process kill).

@pnadolny13, @pandemicsyn - Curious as to your thoughts.

MeltyBot commented 2 years ago

View 7 previous comments from the original issue on GitLab