简体   繁体   English

从本地 MySQL 提取和转换数据到 Azure Synapse 数据仓库

[英]Extracting and Transforming Data from local MySQL to Azure Synapse Data Warehouse

I'm trying to setup a Demo Data Warehouse in Azure Synapse.我正在尝试在 Azure Synapse 中设置演示数据仓库。 I would like to extract data from a local MySQL database, transform and aggregate some data and store it in fact-/dimension tables in Azure Synapse Analytics.我想从本地 MySQL 数据库中提取数据,转换和聚合一些数据并将其存储在 Azure Synapse Analytics 中的事实/维度表中。

Currently I have an instance of Azure SQL Data Warehouse and Data Factory.目前我有一个 Azure SQL 数据仓库和数据工厂的实例。 I created a connection to my MySQL database in Data Factory and my thought was, i can use this connector as input for a new Data Flow, which transforms the dataset and stores it to my destination dataset, which is linked to my Azure Synapse Data Warehouse.我在数据工厂中创建了与我的 MySQL 数据库的连接,我的想法是,我可以使用此连接器作为新数据流的输入,它将数据集转换并将其存储到我的目标数据集,该数据集链接到我的 Azure Synapse 数据仓库.

The Problem is, Data Factory just support some Azure Services like Azure Data Lake or Azure SQL Database as Source for a new Data Flow. The Problem is, Data Factory just support some Azure Services like Azure Data Lake or Azure SQL Database as Source for a new Data Flow.

What would be the best practice for solving this Problem?解决这个问题的最佳实践是什么? Create an Instance of Azure SQL Database, copy the Data from the local MySQL Database to the Azure SQL Database and use it then as Source for a new Data Flow? Create an Instance of Azure SQL Database, copy the Data from the local MySQL Database to the Azure SQL Database and use it then as Source for a new Data Flow?

Best practice here is to use the Copy Activity in an ADF pipeline to land the data from MySQL into Parquet in Blob or ADLS G2, then transform the data using Data Flows.此处的最佳实践是使用 ADF 管道中的复制活动将数据从 MySQL 放入 Blob 或 ADLS G2 中的 Parquet,然后使用数据流转换数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure Synapse Link 是将数据加载到数据仓库中的好方法吗? - Is Azure Synapse Link a good way of loading the data in a Data Warehouse? 将 Parquet 文件从 Azure 数据湖存储帐户复制到 Synapse 数据仓库表失败 - Copy parquet file from Azure data lake storage account to Synapse data warehouse table failed 如何在 Azure 数据仓库(突触)中授予架构级别权限? - How to give Schema Level permission in Azure Data Warehouse (Synapse)? 在 Azure SQL 数据仓库(突触)中指定 datetime2 格式 - Specify datetime2 format in Azure SQL data warehouse (synapse) 如何使用Azure数据工厂将数据从MySQL增量导入到Azure数据仓库中? - How to use Azure Data Factory for importing data incrementally from MySQL to Azure Data Warehouse? 如何在另一个 Active Directory 订阅中保存 Azure Synapse SQL 池(数据仓库)的快照? - How to save a snapshot of Azure Synapse SQL Pool (Data Warehouse) in another Active Directory Subscription? Azure SQL数据仓库 - Azure SQL Data Warehouse 将数据从 ADLS Gen 2 加载到 Azure Synapse - Loading data from ADLS Gen 2 into Azure Synapse 在Synapse Azure中从CSV读取JSON数据 - Read JSON data from CSV in Synapse Azure 来自 azure synapse sql 的 Ezport 数据 - Ezport data from azure synapse sql
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM