For every star on GitHub, we'll donate $2 to clean up our waterways. Star us now!
Before you can use Meltano, you’ll need to get it installed. We have a complete installation guide that covers all the possibilities, virtual environments and using pipx; this guide will guide you to a fast installation that will work for the tutorial.
Meltano is pip-installable.
Use the following command to check that you have a supported Python version installed:
python --version
Currently Python 3.7, 3.8, 3.9, 3.10 and 3.11 are supported. Some plugins do not yet support Python 3.11.
We maintain the meltano/meltano
Docker image on Docker Hub, which comes with Python and Meltano pre-installed.
To get the latest version of Meltano, pull the latest tag. Images for specific versions of Meltano are tagged v
Meltano is pip-installable.
Use the following command to check that you have a supported Python version installed:
python --version
Currently Python 3.7, 3.8, 3.9, 3.10 and 3.11 are supported. Some plugins do not yet support Python 3.11.
Pip is a package installer that comes automatically with Python 3+. pipx is a wrapper around pip which cleanly installs executable python tools (such as Meltano) into their own virtual environments.
To understand details of the installation, like mounting a docker volume to work long-term with the docker image, view the detailed installation guide.
Once you’re set up, head over to the tutorial to learn how to initialize your first project and start to import data.