Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewcstewart/files-gitpod
Meltano project file bundle for https://www.gitpod.io/
https://github.com/andrewcstewart/files-gitpod
elt etl gitpod meltano
Last synced: 9 days ago
JSON representation
Meltano project file bundle for https://www.gitpod.io/
- Host: GitHub
- URL: https://github.com/andrewcstewart/files-gitpod
- Owner: andrewcstewart
- License: mit
- Created: 2022-05-29T16:27:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T18:42:39.000Z (over 2 years ago)
- Last Synced: 2024-07-30T18:48:29.065Z (3 months ago)
- Topics: elt, etl, gitpod, meltano
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# files-gitpod
Meltano project [file bundle](https://meltano.com/docs/command-line-interface.html#file-bundle) for [Gitpod](https://www.gitpod.io/)
_Note: This file-bundle is functional but is still Beta. Its intended for local instances only. Please test it out and provide feedback, contributions are always welcome too!_
This plugin will add the following files to your Meltano project:
- `.gitpod.yml`
- `.gitpod/Dockerfile`
- `.gitpod/docker-compose.yml`## Installation
To install the Gitpod file bundle into your Meltano project you need to use a custom file bundle.
```
# Add Gitpod files to your Meltano project
meltano add --custom files gitpod
```