欢迎参与 8 月 1 日中午 11 点的线上分享,了解 GreptimeDB 联合处理指标和日志的最新方案! 👉🏻 点击加入

Skip to content

下载 GreptimeDB

Latest Release

Binaries

下载 GreptimeDB 最新发布的 v0.9.5 版本

Linux v0.9.5

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

Android v0.9.5

通过执行 greptime --help 可以查看使用方式。使用支持 PyO3 的二进制文件可以更好地集成 Python 生态系统,但需要先安装 Python。查看 GreptimeDB 文档中心的 Python 相关部分了解更多

Docker

获取 GreptimeDB 镜像 v0.9.5

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

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

包管理器

Homebrew

官方 Tap 提供了 greptimegtctl 两个 Homebrew formulas 以供下载。

brew tap greptimeteam/greptime
brew install greptime
brew install gtctl

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

FreeBSD (Community-Maintained)

请阅读 FreshPorts 页面了解支持的 FreeBSD 版本和处理器架构。

pkg install greptimedb

注意:这是一个社群维护的非官方发布包。如果你遇到任何问题,请向包所有者反馈。

Arch Linux (Community-Maintained)

请阅读 AUR 页面了解更多信息。

pacman -S greptimedb-bin

注意:这是一个社群维护的非官方发布包。如果你遇到任何问题,请向包所有者反馈。

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

On Kubernetes

你可以通过我们的命令行工具 gtctl 在 Kubernetes 上配置 GreptimeDB 集群

curl -L https://github.com/GreptimeTeam/gtctl/raw/develop/hack/install.sh | sh

按照如何使用 gtctl 配置集群的文档进行操作

从源代码开始构建

Sources

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

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

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