Skip to content

thkwag/meltano-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meltano-docker

mel.sh

mel.sh is a command-line tool for running Meltano commands and managing Docker containers.

Usage

To use mel.sh, run the following command:

mel.sh [meltano|container|shell|...] <args>
  • meltano: Run Meltano commands inside the meltano container.
  • container: Run docker-compose commands.
    • build: Build the Docker images specified in the docker-compose.yml file.
    • up: Start the Docker containers defined in the docker-compose.yml file.
    • down: Stop the Docker containers defined in the docker-compose.yml file.
  • shell: Run commands inside the meltano container's shell.

Examples

Here are some example usages:

  • Run Meltano command:

    mel.sh meltano <meltano-command>
  • Manage Docker containers:

    mel.sh container build
    mel.sh container up
    mel.sh container down
  • Run commands inside the meltano container's shell:

    mel.sh shell <command>

Documentation

For more information, refer to the documentation or visit the project's repository.

Feel free to modify and enhance the content as needed. If you have any further questions, please let me know!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published