An open API service indexing awesome lists of open source software.

https://github.com/joannescode/etl_books

ETL process where i am practice sql with python and libraries for extract
https://github.com/joannescode/etl_books

beautifulsoup4 lxml python3 regex requests sqlite3 threading-and-concurrency

Last synced: 8 months ago
JSON representation

ETL process where i am practice sql with python and libraries for extract

Awesome Lists containing this project

README

          

# ETL BOOKS TO SCRAPE - The ETL Process development

In this pratice project I use my knwoledge for created a ETL Process where I use miscellaneous libraries.

🤖 The Process Is:
- Extract/transform datas with requests and beautifulsoup4
- Load with sql, where database is created with SQLite3

🛠️ General libraries I use:
- Requests
- Beautifulsoup4
- Regex
- LXML
- Threading
- SQLite3