欢迎参与 8 月 1 日中午 11 点的线上分享,了解 GreptimeDB 联合处理指标和日志的最新方案! 👉🏻 点击加入
下载 GreptimeDB 最新发布的 v0.9.5
版本
通过执行 greptime --help
可以查看使用方式。使用支持 PyO3 的二进制文件可以更好地集成 Python 生态系统,但需要先安装 Python。查看 GreptimeDB 文档中心的 Python 相关部分了解更多
获取 GreptimeDB 镜像 v0.9.5
docker pull greptime-registry.cn-hangzhou.cr.aliyuncs.com/greptime/greptimedb:v0.9.5
点击这里了解如何使用 docker 镜像
官方 Tap 提供了 greptime
和 gtctl
两个 Homebrew formulas 以供下载。
brew tap greptimeteam/greptime
brew install greptime
brew install gtctl
如果你遇到任何问题,请在 GitHub 上报告。
请阅读 FreshPorts 页面了解支持的 FreeBSD 版本和处理器架构。
pkg install greptimedb
注意:这是一个社群维护的非官方发布包。如果你遇到任何问题,请向包所有者反馈。
请阅读 AUR 页面了解更多信息。
pacman -S greptimedb-bin
注意:这是一个社群维护的非官方发布包。如果你遇到任何问题,请向包所有者反馈。
使用安装脚本为你的平台下载最新的 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
你可以通过我们的命令行工具 gtctl
在 Kubernetes 上配置 GreptimeDB 集群
curl -L https://github.com/GreptimeTeam/gtctl/raw/develop/hack/install.sh | sh
按照如何使用 gtctl 配置集群的文档进行操作