04 Data ingestion and API
Lesson: https://webeep.polimi.it/mod/resource/view.php?id=33753 Exercises: https://webeep.polimi.it/mod/resource/view.php?id=35658
Pages
01 Introduction to API
Data ingestion Data ingestion is the first and fundamental step of any Data Analysis Pipeline. The focus of this section is on how is it possible to collect data from publicly available sources over…
02 RESTful API
Is a standardized resource based way of designing API. The RESTful API uses the available HTTP verbs to perform CRUD ("Create, Read, Update, Delete") operations based on the “context”: Collection : A…
03 Scraping
Web crawling, data crawling, and web scraping are all names to define the process of data extrac- tion. With the help of this technique, data is extracted from various website pages and repositories.…