Download GreptimeDB latest release v1.0.0-beta.4 for your platform.
Run greptime --help with downloaded executable for usage.
Pull GreptimeDB image v1.0.0-beta.4.
docker pull greptime/greptimedb:v1.0.0-beta.4
Check our docs about how to use the docker image.
Deploy GreptimeDB cluster on Kubernetes using our official Helm Charts.
helm repo add greptime https://greptimeteam.github.io/helm-charts/
helm repo update
Follow the instructions on Deploy GreptimeDB Cluster for detailed guide.
The official tap provides Homebrew formula for the greptime utility.
brew tap greptimeteam/greptime
brew install greptime
Report any issue on the GitHub repo.
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
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.