Areo-17 / WS_MercadoLibre

University web scrapping project
0 stars 0 forks source link

Database learning with MySQL #2

Open Areo-17 opened 7 months ago

Areo-17 commented 7 months ago

In this issue, you are going to learn databases creation and features. For this project, we are going to use MySQL and MySQL Workbench. This tools will help us to do the creation and injection of the retrieved data through a Python script. Take a look of the following videos:

Introduction videos: https://www.youtube.com/watch?v=6S8A-1jBD5Y&pp=ygUacXVlIHNvbiBsYXMgYmFzZXMgZGUgZGF0b3M%3D

https://www.youtube.com/watch?v=-GnKwwc4KSA&pp=ygUPY29tbyB1c2FyIG15c3Fs

Connect Python with MySQL: https://youtu.be/RgLzqIFZg8s?si=CTiCoxfLnBupSGsY

An intensive course of MySQL with Python: https://youtube.com/playlist?list=PL-MDmpugk466CWGHRWWdTSUTQ3Eku13vm&si=BJMdL8sLe4yHimQO

Injection of data with Python to MySQL: https://youtu.be/SGPLdx_KArk?si=CXwxfMuDwkxY4Ppi

An intensive course of MySQL Workbench: https://youtube.com/playlist?list=PLDfQIFbmwhrc7K3kINzhGRGMFQQx9xn0q&si=QiLN_0dD8MxamUSb

Branch: Feature/DM_INJ

monroyminerodiego commented 7 months ago

Ey @Areo-17!, I just added the template for dividing the data into chunks and to run that into multiprocessing, multithreading and asynchronous functions. Looking forward to your feedback!

Thanks ;)

monroyminerodiego commented 6 months ago

Ey @Areo-17, I just added the "URL_products.py" file with the init change you requested! Looking forward to your feedback!

Thank youuu ;D

CC @Adrianc1234