Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 487 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 487 Bytes

Singer/Meltano Examples

About

A few Meltano projects demonstrating use cases of components at singer-contrib.

Setup

Create a Python virtualenv, and install prerequisites.

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Visit example folders

For example, navigate to the to-database folder, and follow the instructions there.

cd to-database
cat README.md