简体   繁体   English

使用 Azure REST API 或 Azure 数据工厂从 Azure 时间序列洞察中导出数据

[英]Export data from Azure Timeseries insights using Azure REST API's or Azure Data Factory

Req: This actually for export last 6 months data from Timeseries insights to CSV file to download to User from web application.要求:这实际上是为了将过去 6 个月的数据从时间序列洞察导出到 CSV 文件,以便从 Web 应用程序下载到用户。 The historical data is available on Blob & Timeseries insights.历史数据可在 Blob 和时间序列洞察中获得。

Approach: Create azure data factory pipeline which pulls the data from azure time series insights based on aggregate/filter query and convert it into CSV to store in Blob storage.方法:创建 azure 数据工厂管道,根据聚合/过滤查询从 azure 时间序列洞察中提取数据,并将其转换为 CSV 以存储在 Blob 存储中。

Is it possible to do that or any other approach can be considered for this requirement.对于此要求,是否可以这样做或可以考虑任何其他方法。

Please suggest.请建议。

Thanks谢谢

Data Factory doesn't support Azure Time Series Insights as the dataset(Source or Sink).数据工厂不支持将 Azure 时序见解作为数据集(源或接收器)。

Ref the connector overview .请参阅连接器概述

That means we can't create azure data factory pipeline which pulls the data from azure time series insights based on aggregate/filter query and convert it into CSV to store in Blob storage.这意味着我们无法创建 azure 数据工厂管道,该管道基于聚合/过滤查询从 azure 时间序列洞察中提取数据并将其转换为 CSV 以存储在 Blob 存储中。

Some other way, you may could using Azure Blob storage client library to create and upload the file to Blob Storage.通过其他方式,您可以使用 Azure Blob 存储客户端库来创建文件并将其上传到 Blob 存储。

Here's the tutorials may be helpful:这里的教程可能会有所帮助:

  1. Query data from the Azure Time Series Insights Gen2 environment using C Sharp 使用 C Sharp 从 Azure Time Series Insights Gen2 环境查询数据
  2. Quickstart: Azure Blob storage client library v12 for .NET 快速入门:适用于 .NET 的 Azure Blob 存储客户端库 v12

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM