Skip to content

下载 GreptimeDB

Latest Release

Binaries

下载 GreptimeDB 最新发布的 v1.0.0-beta.4 版本

macOS v1.0.0-beta.4

Linux v1.0.0-beta.4

glibc 最低要求 2.29。如需兼容更旧的操作系统版本,请参考发布页面

Windows v1.0.0-beta.4

Android v1.0.0-beta.4

通过执行 greptime --help 可以查看使用方式。

Docker

获取 GreptimeDB 镜像 v1.0.0-beta.4

docker pull greptime-registry.cn-hangzhou.cr.aliyuncs.com/greptime/greptimedb:v1.0.0-beta.4

点击这里了解如何使用 docker 镜像

On Kubernetes

使用官方 Helm Charts 在 Kubernetes 上部署 GreptimeDB 集群。

helm repo add greptime https://greptimeteam.github.io/helm-charts/
helm repo update

参阅部署 GreptimeDB 集群获取详细指南。

包管理器

Homebrew

官方 Tap 提供了 greptime Homebrew formula 以供下载。

brew tap greptimeteam/greptime
brew install greptime

如果你遇到任何问题,请在 GitHub 上报告。

Nightly Builds

Binaries

使用安装脚本为你的平台下载最新的 nightly 版本

curl -L https://github.com/GreptimeTeam/greptimedb/raw/main/scripts/install.sh | sh

Docker

获取我们 nightly 的 Docker 映像

docker pull greptime-registry.cn-hangzhou.cr.aliyuncs.com/greptime/greptimedb:latest

从源代码开始构建

Sources

访问 GreptimeDB 的 GitHub 项目或使用以下命令进行克隆

git clone https://github.com/GreptimeTeam/greptimedb.git

按照 README 中的构建板块来自己构建 GreptimeDB