本文介绍了将Azure事件中心与Data Lake Store连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

将数据从事件中心发送到Data Lake Store的最佳方法是什么?

What is the best way to send data from Event Hubs to Data Lake Store?

推荐答案

我假设您希望定期将数据从EventHubs提取到Data Lake Store.就像Nava所说的那样,您可以使用Azure流分析将数据从EventHub获取到Azure存储Blob.之后,您可以使用Azure数据工厂(ADF)定期将数据从Blob复制到Azure数据湖存储.有关使用ADF的更多详细信息,请参见: https ://azure.microsoft.com/zh-CN/documentation/articles/data-factory-azure-datalake-connector/.希望这会有所帮助.

I am assuming you want to ingest data from EventHubs to Data Lake Store on a regular basis. Like Nava said, you can use Azure Stream Analytics to get data from EventHub into Azure Storage Blobs. Thereafter you can use Azure Data Factory (ADF) to copy data on a scheduled basis from Blobs to Azure Data Lake Store. More details on using ADF are available here: https://azure.microsoft.com/en-us/documentation/articles/data-factory-azure-datalake-connector/. Hope this helps.

==2016年3月17日更新.

==March 17, 2016 update.

现已提供对Azure Data Lake Store的支持,作为Azure Stream Analytics的输出. https://博客. msdn.microsoft.com/streamanalytics/2016/03/14/integration-with-azure-data-lake-store/.这将是您方案的最佳选择.

Support for Azure Data Lake Store as an output for Azure Stream Analytics is now available. https://blogs.msdn.microsoft.com/streamanalytics/2016/03/14/integration-with-azure-data-lake-store/ . This will be the best option for your scenario.

Sachin Sheth

Sachin Sheth

Azure Data Lake程序经理

Program Manager, Azure Data Lake

这篇关于将Azure事件中心与Data Lake Store连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 16:01
查看更多