This project sets up a data pipeline using Docker containers for PostgreSQL, PGAdmin, and Airflow. The pipeline fetches Amazon books data, processes it, and stores it in a PostgreSQL database. This ...
docker-compose up This will start LocalStack and PostgreSQL containers. Execute the Application: Once the containers are up and running, execute the application script as follows: python ...