Registry / database / azure-azure-kusto-go

azure-azure-kusto-go

JSON →
library1.2.2gogounverified

A Go client library for querying and managing Azure Data Explorer (Kusto) clusters.

go get github.com/Azure/azure-kusto-go
INSTALL
IMPORT
SIG · AZURE-AZURE-KUSTO-
A
azure-azure-kusto-go
databasegov1.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

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

Creates a Kusto client and prints a confirmation.

package main import ( "context" "fmt" "github.com/Azure/azure-kusto-go/kusto" ) func main() { client, err := kusto.New("https://yourcluster.kusto.windows.net", kusto.Authorization{}) if err != nil { panic(err) } defer client.Close() fmt.Println("Kusto client created") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
azure-azure-kusto-go — go get azure-azure-kusto-go · libregistry