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 │ ├── ...
This project develops a basic data pipeline for an event ticketing system, integrating CSV-based vendor feeds with a relational database. The system simulates how major ticket platforms manage direct ...