下载 GreptimeDB 最新发布的 v1.0.0-beta.4 版本
通过执行 greptime --help 可以查看使用方式。
获取 GreptimeDB 镜像 v1.0.0-beta.4
docker pull greptime-registry.cn-hangzhou.cr.aliyuncs.com/greptime/greptimedb:v1.0.0-beta.4
点击这里了解如何使用 docker 镜像
使用官方 Helm Charts 在 Kubernetes 上部署 GreptimeDB 集群。
helm repo add greptime https://greptimeteam.github.io/helm-charts/
helm repo update
参阅部署 GreptimeDB 集群获取详细指南。
官方 Tap 提供了 greptime Homebrew formula 以供下载。
brew tap greptimeteam/greptime
brew install greptime
如果你遇到任何问题,请在 GitHub 上报告。
使用安装脚本为你的平台下载最新的 nightly 版本
curl -L https://github.com/GreptimeTeam/greptimedb/raw/main/scripts/install.sh | sh
获取我们 nightly 的 Docker 映像
docker pull greptime-registry.cn-hangzhou.cr.aliyuncs.com/greptime/greptimedb:latest