Exercise
You are a data engineer at a book publishing company and your product manager has asked you to build a dashboard to show the total revenue and customer satisfaction index in a single dashboard.
Your company doesn’t have any data infrastructure yet, but you know that your company has these three applications that contain TBs of data:
- The company website
- A book sales application using MongoDB to store sales transactions, including transactions, book IDs, and author IDs
- An author portal application using a MySQL Database to store authors’ personal information, including age
Do the following:
- List down important follow-up questions for your manager
- List down your technical thinking process of how to do it at a high level
- Draw a data pipeline architecture
There is no right or wrong answer to this practice. The important thing is that you can imagine how the data flows from upstream to downstream, how it should be processed...