Chapter 12. Design Consuming, Transforming, and Serving Data
A data productâs primary job is to consume data from upstream sources using its input data ports, transform it, and serve the result as permanently accessible data via its output data ports.
In this chapter, I go through the design characteristics of these three basic functions that all data products implement: consume data (âConsume Dataâ), transform data (âTransform Dataâ), and serve data (âServe Dataâ).
Letâs begin with the one that has the most unique properties to a data mesh approach.
Serve Data
A data product serves domain-oriented data to a diverse set of analytical consumers. It does so through its output data ports (interfaces), introduced in Chapter 9. The output data ports have explicitly defined contracts and APIs.
This seemingly simple affordance of âserving domain-driven dataâ has interesting properties when considering its relationship with the agents in the ecosystem and their capabilities and needs.
Letâs look at the relationship between a data product and its data users.
The Needs of Data Users
Figure 12-1 shows the needs of data users and how a data product serves them.
The requirements driven by data users impose a set of design considerations on how data products serve their data:
- Analytical data ...
Get Data Mesh now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.