This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Go SDK

1 - Kusto Go SDK

This article describes Kusto Go SDK.

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