文件名称:azure-kusto-ingest-example:从内存流和数组中提取到Azure Kusto的简单示例
文件大小:7.74MB
文件格式:ZIP
更新时间:2024-05-25 15:43:31
JavaScript
Kusto摄取示例 概括 此存储库包含一个Azure Kusto数据摄取示例,该示例着重于从内存流和数组中摄取。 这基于Kusto Ingest软件包。 为什么这有用? Kusto的示例不是特别详细,尤其是在身份验证方面。 同样,Kusto示例不包括任何从Array提取数据或Stream中尚未包含的数据的机制。 依存关系 NodeJS 10+由于使用了自定义流。 Azure Kusto群集 应用程式AAD凭证 引导程序 要使用此示例,您需要一个Kusto表。 您可以在Kusto查询工具中使用此代码来创建和设置表。 // Drop the RV table - use in case you need to drop and recreate .drop table Simple // Create a 'Simple' table .create table Simple (pip