Skip to content

下载 GreptimeDB

Latest Release

Binaries

下载 GreptimeDB 最新发布的 0.2.0 版本

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

获取 GreptimeDB 镜像 0.2.0

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

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

Nightly Builds

Binaries

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

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

获取我们 nightly 的 Docker 映像

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

你可以通过我们的命令行工具 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

Docs

GreptimeDB 使用指南
如何使用与管理 GreptimeDB
用户文档
GreptimeDB 开发者指南
如何设计与开发 GreptimeDB
开发者文档

Dashboard

  • 开源
  • GreptimeDB 的官方用户界面
  • 包括查询、Python 脚本等组件
  • 可作为 Docker 镜像
GitHub

SDK