├── README.md ├── data ├── northwind.sql └── order_details.csv ├── docker-compose.yml └── docs └── diagrama_embulk_meltano.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techindicium/code-challenge/HEAD/README.md -------------------------------------------------------------------------------- /data/northwind.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techindicium/code-challenge/HEAD/data/northwind.sql -------------------------------------------------------------------------------- /data/order_details.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techindicium/code-challenge/HEAD/data/order_details.csv -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techindicium/code-challenge/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /docs/diagrama_embulk_meltano.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techindicium/code-challenge/HEAD/docs/diagrama_embulk_meltano.jpg --------------------------------------------------------------------------------