Included in Data0to1 Project Library
Retail applications store day-to-day data such as products, customers, orders, shipments, payments, inventory, returns, and refunds inside operational databases.
But this data should not always be used directly for reporting or analytics from the same application database. In real projects, data is usually moved into a central analytics platform first, so other teams and pipelines can safely use it.
In this pipeline, you will move retail data from MySQL into BigQuery, load it through staging tables, merge it into raw tables, and use watermarks to load only new or changed records.
After completing this pipeline, you will be able to:
Get access to the project code, setup files, architecture walkthrough, implementation videos, and support.