meltano / hub

The single source of truth for all Meltano plugins, including all available Singer Taps and Targets: https://hub.meltano.com
https://hub.meltano.com
49 stars 63 forks source link

Gitpod-like plugin for Meltano users #240

Open MeltyBot opened 2 years ago

MeltyBot commented 2 years ago

Migrated from GitLab: https://gitlab.com/meltano/hub/-/issues/245

Originally created by @aaronsteers on 2022-04-22 16:33:31


After we add support for Utility plugins (https://gitlab.com/meltano/hub/-/issues/202), it would be interesting to explore something like https://www.gitpod.io/ as a Meltano Plugin.

One challenge we face when running Meltano remotely in a containerized production or test environment is that we can't easily modify code and commit it back to the repo. And for this reason meltano ui actually runs in read-only mode within containers.

To solve for the use case of wanting to remotely modify the project and still participate in the CI/CD flow, what about a Gitpod-esque service "plugin" which could host an interface similar to Gitlab's "Visual IDE" and GitHub's GitHub.dev online IDE?

cc @pandemicsyn, @tayloramurphy

User Stories this would address:

If a viable open source option is available as a service plugin, and especially if this could be combined with a meltano ui interface running on the same container, this opens up a bunch of use cases that just aren't possible today.

MeltyBot commented 2 years ago

View 11 previous comments from the original issue on GitLab