This data pipeline uploads a csv file to a PostgreSQL database. More detail is explained in the following Medium post: Create a data pipeline using chatGPT to import a CSV file into a PostgreSQL database
- Grant execute permissions to bash scripts:
chmod +x init.sh run.sh
- Setup the environment and generate sample data:
./init.sh
- Run the Python main program:
./run.sh