tap-medusa
is a Singer tap for Medusa that produces JSON-formatted
data following the Singer spec
A full list of supported settings and capabilities for this tap is available by running:
tap-medusa --about
This Singer tap will automatically import any environment variables within the working directory's
.env
if the --config=ENV
is provided, such that config values will be considered if a matching
environment variable is set either in the terminal context or in the .env
file.
Sample config:
{
"email": "[email protected]",
"password": "******************",
"base_url": "your_meda_url",
}
You can easily run tap-medusa
by itself or in a pipeline.
tap-medusa --version
tap-medusa --help
tap-medusa --config CONFIG --discover > ./catalog.json
pipx install poetry
poetry install