你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Kusto Golang SDK

Applies to: ✅ Microsoft FabricAzure Data Explorer

The Kusto Go Client library provides the capability to query, control, and ingest into your database using Go. This SDK is used for ingesting or querying data. For resource administration, see the GitHub library.

Minimum Requirements

  • go version go1.13

Installation

go get github.com/Azure/azure-kusto-go/kusto

Docs (godoc)

https://godoc.org/github.com/Azure/azure-kusto-go

Repo