NYC Taxi Data to AWS Glue
In this tutorial, we’ll explore how Tabsdata can connect to non-standard external systems to ingest and transform data. In this tutorial, we ingest NYC Taxi Data from the TLC website and historical NYC weather data from a free weather API called OpenMeteo. Then, we aggregate our raw taxi data into daily metrics (trips per day, average trip duration, etc.) and enrich the aggregated metrics with weather metrics such as temperature, windspeed, and precipitation.
Link to the Github repo.