Technical requirements
Before you start orchestrating your data, there are certain prerequisites that you should meet:
- You should have your Azure subscription or access to any other subscription with contributor-level access.
- Create your Synapse workspace on this subscription. You can follow the instructions from Chapter 1, Introduction to Azure Synapse, to create your Synapse workspace.
- Create a SQL pool and Spark pool on Azure Synapse. This has been covered in Chapter 2, Consideration for Your Compute Environments.
- Create your Azure Cosmos DB account and three containers: Products, RetailSales, and StoreDemoGraphics. You can go through the following link to create your Cosmos DB account: https://docs.microsoft.com/en-us/azure/cosmos-db/create-cosmosdb-resources-portal.
- Go to the link https://github.com/PacktPublishing/Limitless-Analytics-with-Azure-Synapse to download
Chapter 05 - RetailData.zip
, and extract and save all the files. - Prior knowledge of Python...