Azure Data Explorer Golang SDK

Azure Data Explorer Go Client library provides the capability to query, control, and ingest into Azure Data Explorer clusters using Go. This SDK is a data plane type SDK, and is used for interacting with Azure Data Explorer service. For the control plane, or 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