You will need nix
installed
Copy the .env.example
to a .env
file and fill it.
Create a .pgpass
file in your HOME
and fill it with the credentials
To execute the complete pipeline run:
nix-shell
make
You can use to see available commands also.
Default parameters can be overloaded using arguments:
make YEAR=2020 MONTH=08
make PG_DBNAME=my_dbname