Create a virtual environment
python -m venv krakenvenvInstall required packages
pip install -r requirements.txtMake the shell script executable
chmod +x flowinit.shInitialize the database and create admin user
docker compose up airflow-initstart the container services
docker compose upOpen the Airflow UI through http://localhost:8080
Use the credentials:-
Username: airflow
Password: airflow
Execute postgres source connector configuration
chmod +x debezium_pg_connector.sh
bash debezium_pg_connector.shRun
