A few Meltano projects demonstrating use cases of components at singer-contrib.
Create a Python virtualenv, and install prerequisites.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtFor example, navigate to the to-database folder, and follow
the instructions there.
cd to-database
cat README.md