Download GreptimeDB latest release v1.0.0-beta.1 for your platform.
Run greptime --help with downloaded executable for usage.
Pull GreptimeDB image v1.0.0-beta.1.
docker pull greptime/greptimedb:v1.0.0-beta.1
Check our docs about how to use the docker image.
The official tap provides Homebrew formulas for the greptime and gtctl utilities.
brew tap greptimeteam/greptime
brew install greptime
brew install gtctl
Report any issue on the GitHub repo.
Read the FreshPorts page for supported versions and architecture.
pkg install greptimedb
WARNING: This is an unofficial, community-maintained package. Contact the package owner if there is any issue.
Read the AUR page for more information.
pacman -S greptimedb-bin
WARNING: This is an unofficial, community-maintained package. Contact the package owner if there is any issue.
Download our latest nightly build for your platform using the installation script.
curl -L https://github.com/GreptimeTeam/greptimedb/raw/main/scripts/install.sh | sh
Pull our nightly docker image.
docker pull greptime/greptimedb:latest
You can setup GreptimeDB cluster on kubernetes using our command-line utility gtctl
curl -L https://github.com/GreptimeTeam/gtctl/raw/develop/hack/install.sh | sh
Follow the instructions on how to setup a cluster with gtctl
Visit GreptimeDB's GitHub repo or clone using command below.
git clone https://github.com/GreptimeTeam/greptimedb.git
Follow the Build section from README to build GreptimeDB by yourself.