Skip to content

GreptimeTeam/gtctl

Repository files navigation

gtctl

codecov license report

Overview

gtctl(g-t-control) is a command-line tool for managing the GreptimeDB cluster. gtctl is the All-in-One binary that integrates multiple operations of the GreptimeDB cluster.

screenshot

Installation

Install gtctl using the following oneliner installation command:

curl -fsSL https://raw.githubusercontent.com/greptimeteam/gtctl/develop/hack/install.sh | sh

In case of go is available, you can alternatively install gtctl with:

go install github.com/GreptimeTeam/gtctl/cmd/gtctl@develop

Quickstart

The fastest way to experience the GreptimeDB cluster is to use the playground:

gtctl playground

The playground will deploy the minimal GreptimeDB cluster on your environment in bare-metal mode.

Documentation

  • More features and usage about gtctl

License

gtctl uses the Apache 2.0 license to strike a balance between open contributions and allowing you to use the software however you want.