1 1.Get_Exchanges.py - Retrieves available exchanges & their company count. 2 2.Get_Companies.py - Retreives all tickers & their core data for each exchange. 3 3.Get_All_Data.py - Iterates through all ...
A minimal end-to-end ETL pipeline that: etl-search-mini/ ├── src/ │ ├── index.ts # Main ETL pipeline orchestrator │ ├── types.ts # TypeScript interfaces │ ├── csvReader.ts # CSV parsing module │ ├── ...