A plugin for adding a Gitpod configuration to a Meltano project.
Gitpod (https://www.gitpod.io/) is a great tool for spinning up fresh, disposable, containerized development environments built with CI/CD automation. It’s a fantastic development environment for Meltano.com projects.
Getting started with Gitpod generally involves adding a
.gitpod.yml
configuration file to your project, as well as
any supporting files (Dockerfiles, docker-compose configuration,
etc).
I put together a simple Meltano files
plugin to add a
basic Gitpod setup to a Meltano project: https://github.com/andrewcstewart/files-gitpod
For attribution, please cite this work as
Stewart (2022, May 29). Andrew Stewart: New Meltano plugin: files-gitpod. Retrieved from https://andrewcstewart.github.io/posts/2022-05-31-new-meltano-plugin-files-gitpod/
BibTeX citation
@misc{stewart2022new, author = {Stewart, Andrew}, title = {Andrew Stewart: New Meltano plugin: files-gitpod}, url = {https://andrewcstewart.github.io/posts/2022-05-31-new-meltano-plugin-files-gitpod/}, year = {2022} }