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.
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
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.
- More features and usage about
gtctl
gtctl
uses the Apache 2.0 license to strike a balance between open contributions and allowing you to use the software however you want.