ETL pipeline to crawl, process and store the data from a specefic api.
- libraries : requsts, pandas, psycopg2
- stack : python, postgresql, docker
git pull https://github.com/AliZare76/TSECrawler.git
pip install -r requirements.txt
python3 main.py
or :
docker compose up