go-scylla-api

Go library for accessing the Scylla REST API

APACHE-2.0 License

Stars
6

go-scylla-api

go-scylla-api is a Go client library for accessing the Scylla REST API.

Please note that this implementation is work-in-progress and does not cover the whole Scylla REST API.

Usage

import "github.com/penberg/go-scylla-api/scylla"

Create a new Scylla client:

host := "localhost"
port := "10000"
client := scylla.NewClient(host, port)

Execute an API command using the client object:

client.Flush()
Package Rankings
Top 8.17% on Proxy.golang.org