Join us for a virtual meetup on Zoom at 8 PM, July 31 (PDT) about using One Time Series Database for Both Metrics and Logs 👉🏻 Register Now
Download GreptimeDB latest release v0.9.3
for your platform.
Run greptime --help
with downloaded executable for usage. Binaries with PyO3 provide better integration with python ecosystem, while requires python installation. See more information from GreptimeDB Python docs
Pull GreptimeDB image v0.9.3
.
docker pull greptime/greptimedb:v0.9.3
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.