$ git clone https://github.com/shahinyusifli/transaction-management
Navigate to docker folder and:
$ docker-compose up
If you want to run in background:
$ docker-compose up -d
Airflow: http://localhost:8282
Then change the two default connection properties:
- spark-default
- postgres-default
Follow the settings in the following instructions:
-
Check the spark application in the Spark Master web UI (http://localhost:8181) and change the spark conn property to the follwoing:
-
For postgres change the postgres conn property to the follwoing:
There is only one dag inside the dag folder. You just have to trigger the dag to run.