Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 649 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 649 Bytes

What is it?

This is a demo repository corresponding to the Mage ETL demo here.

This demo pulls data from an API, transforms it with Mage, and writes it to a local DuckDB database.

How can I get started?

First, be sure Docker is installed and running, then run the following command:

Mac/Linux:

git clone https://github.com/mage-ai/etl-demo mage-etl-demo \
&& cd mage-etl-demo \
&& cp dev.env .env && rm dev.env \
&& docker compose up

Windows:

git clone https://github.com/mage-ai/etl-demo mage-etl-demo 
cd mage-etl-demo
cp dev.env .env
rm dev.env
docker compose up