DEV Community

Hiro
Hiro

Posted on

Data Engineering - Practicing for fun

To find more motivation to study, I decided to do some opensource projects of data engineering.

Initially, I am following this project in Medium.

The first phase was download the PostgreSQL and connect through Python on it.

Challenges:
1) I have never connected to PostgreSQL before, so I needed to download it and install;
2) I decided to breakdown the code into many files, to understand better. Conclusion was that part of the code was missing, more specifically conn.commit() which "send the action" to PostgreSQL execute.

Top comments (1)

Collapse
 
yowise profile image
a.infosecflavour

Good luck in your journey of learning!🍀