简体   繁体   English

使用 ADF 为内部部署和数据湖存储 gen2 构建 Azure 云解决方案作为源

[英]Build Azure cloud solution for onpremise and datalake storage gen2 as source using ADF

what could be the ideal solution for the below scenario.对于以下情况,什么可能是理想的解决方案。

I need to build ETL pipelines using ADF, Onpremise sql Server and Datalake storage gen2(csv files) as sources, extract the data and provide to Reporting team(Power BI), on daily basis the pipeline should run我需要使用 ADF、Onpremise sql Server 和 Datalake 存储 gen2(csv 文件)作为源构建 ETL 管道,提取数据并提供给报告团队(Power BI),管道应该每天运行

Is this possible to read data directly from on-premise to azure?这是否可以直接从本地读取数据到 azure?

ADF can read data from on-premise SQL servers by using a Self Hosted Integration Run Time which runs on a server in your data center. ADF 可以使用在数据中心服务器上运行的自托管集成运行时从本地 SQL 服务器读取数据。

Documentation found here https://docs.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime在此处找到文档https://docs.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime

暂无
暂无

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

相关问题 SQL Polybase 可以从 Azure datalake gen2 读取数据吗? - Can SQL Polybase read data from Azure datalake gen2? 无法使用 ADF 将数据从 ADLS gen2 复制到 SQL 服务器 - Not able copy data from ADLS gen2 to SQL Server using ADF 将所有数据库从源加载到 ADLG2(azure data lake gen2) - load all databases from the source to ADLG2(azure data lake gen2) 使用 AD DS 切换到 Azure 存储 Gen2 后,SSMS 备份和还原 SQL 数据库到 Blob 停止工作 - SSMS Back-up and Restore SQL Database to Blob Stopped Working After Switch to Azure Storage Gen2 with AD DS Azure ADF 在查找活动中使用 concat 构建查询 - Azure ADF build query using concat in lookup activity Azure ADF 中具有动态源的增量复制 cdc 记录 - Incremental copy cdc records with dynamic source in Azure ADF 使用 FunctionApp 到 Azure SQL Server 的 Azure 存储 - Azure Storage to Azure SQL Server using FunctionApp 在 SQL 中使用外部表/Polybase 从外部源(Azure 存储 Blob)中选择数据。 创建表但没有返回数据 - selecting data from an external source (azure storage blob) using external table/Polybase in SQL. Table created but no data returned 使用Azure Data Lake Store Gen1中的SSIS包将文件从一个目录移动到另一个目录 - Move Files from one directory to another using SSIS Package in Azure Data Lake Store Gen1 如何使用ADF将数据从本地数据库迁移到Azure托管数据库? - How to migrate data from on premise database to Azure hosted database using ADF?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM