1. ETL
  2. Use a completed pipeline

1. Clone project

In your terminal, clone this repository by running the following command:

git clone https://github.com/mage-ai/demo_etl_pipeline

2. Start the tool

Docker
./scripts/start.sh demo_etl_pipeline
pip
mage start demo_etl_pipeline

Open http://localhost:6789 in your browser.

On the left side in the file browser underneath the folder demo_etl_pipeline/pipelines, click the pipeline named etl_demo.

3. Follow the tutorial

Go back to the tutorial and use the existing code to follow along.