This week focuses on Batch Ingestion vs Streaming Ingestion. This is where raw data is brought into data platform.
The first lab teaches about interacting with REST API. It uses Spotify API for this example with Python request
module.
Lab 1 - Batch Ingestion and follow on Notebook
Lab 2 - Streaming Ingestion and its follow on Notebook with Consumer code