Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

spotify/heroic-client-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify/heroic-client-go

Go client for talking to a heroic cluster.

BuildStatus Widget GoReport Widget GoDocWidget

Usage

import "github.com/spotify/heroic-client-go/heroic"

Construct a new Heroic client and get the status of a cluster:

u, _ := url.Parse("http://heroic.spotify.net/")
c := heroic.NewClient(u, nil, nil)
ctx := context.Background()
status, _ := c.Status(ctx)
fmt.Println(status.Service.Name) // "The Heroic Time Series Database"

Roadmap

This library is being developed for an internal application at Spotify, so API methods will likely be implemented in the order that they are needed by that application.

Code of Conduct

This project adheres to the Open Code of Conduct. By participating, you are expected to honor this code.

About

Go client for talking to a heroic cluster.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages