Skip to content

noprysk-ua/regions-lister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Regions Lister is a sample project that uses the Management API Golang client.

Requirements

The only requirement is a SingleStore API key. To get an API key follow this doc page. Once it's done export it.

export API_KEY="my-key"

Running

The following command runs the project.

go run main.go

Also, you may run it using docker.

docker run -v $(pwd):/tmp/regions-lister --workdir /tmp/regions-lister -e API_KEY=${API_KEY} golang:1.17 go run main.go

Resources

About

Regions Lister is a sample project that uses the Management API Golang client https://github.com/singlestore-labs/singlestore-go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages