Skip to content

jkc-be/modules

Repository files navigation

quickstart

make network
make postgres up
make airflow up

starts 3 postgres databases

all connected to common_network

- source_db:5432 (or localhost:5400)
- target_db:5432 (or localhost:5500)
- airflow:5432

default username and password:

- postgres:postgres 
- airflow:airflow

adminer instance (database web interface)

http://localhost:8800/

starts airflow webserver + scheduler

http://localhost:8080/

docker dbt

build image dbt-dbt:latest and run DAG

cd ./dbt
docker build . -t dbt-dbt:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors