Ingesting and Transforming Data
Welcome to the next major section of the book. In Chapter 3, Designing and Implementing Data Exploration Layer, you learned about implementing the serving layer and saw how data is shared between services such as Synapse SQL and Spark.
In this chapter, you will focus on designing and developing data processing systems. This will include an examination of data transformation—that is, the process of transforming your data from its raw format to a more useful format that can be used by downstream tools and projects utilizing services such as Spark, SQL, and Azure Data Factory (ADF), reading data using different file formats and encodings, and data cleansing.
Note
This chapter primarily focuses on the Ingest and transform topic within Develop data processing concept of the DP-203: Data Engineering on Microsoft Azure exam.
By the end of this chapter, you will be able to answer questions on the following confidently:
- Incremental...