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
- Host: GitHub
- URL: https://github.com/joannescode/etl_books
- Owner: joannescode
- Created: 2025-01-28T19:38:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T19:37:47.000Z (8 months ago)
- Last Synced: 2025-02-02T20:26:44.319Z (8 months ago)
- Topics: beautifulsoup4, lxml, python3, regex, requests, sqlite3, threading-and-concurrency
- Language: Python
- Homepage:
- Size: 2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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