Knowledge check
Before moving on to the next chapter, test your knowledge by answering these questions. The answers can be found at the end of the book:
- Can you think of at least two benefits of domain-driven design from the standpoint of edge workloads?
- True or false: bounded context and ubiquitous language are the same.
- What do you think is necessary to have an operational datastore or a data lake/data warehouse?
- Can you recall the design pattern name that brings together streaming and batch workflows?
- What strategy could you incorporate to transform raw data on the cloud?
- True or false: You cannot access data from a NoSQL data store through APIs.
- When would you use a mediator versus broker topology for the event-driven workload?
- Can you think of at least one benefit of using a serverless function for processing IoT data?
- What business intelligence (BI) services can you use for data exposition to end consumers?
- True or false: JSON is the...