--ex-batch-size=1000
- Count extracted data from primary database(PostgreSQL)--ld-batch-size=1000
- Count loaded data for one iteration of ETL--freq=10
- How often should the process be performed in minutes
- Install dependencies by command:
$ poetry install
- Create config file
.env
in the root of the project and fill it according toexample.env
- Initial launch ETL:
$ python3 src/main.py --init
- Further launch ETL:
$ python3 src/main.py
- Create config file
.env
in the root of the project and fill it according toexample.env
- Launch container by command:
$ docker-compose up -d --build