Skip to content

Downloads

Latest Release

Binaries

Download GreptimeDB latest release 0.2.0 for your platform.

Rungreptime --helpwith downloaded executable for usage. Binaries with PyO3 provide better integration with python ecosystem, while requires python installation. See more information from GreptimeDB Python docs.
Docker

Pull GreptimeDB image 0.2.0.

docker pull greptime/greptimedb:0.2.0

Check our docs about how to use the docker image.

Nightly Builds

Binaries

Download our latest nightly build for your platform using the installation script.

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

Pull our nightly docker image.

docker pull greptime/greptimedb:latest
On Kuberentes

​You can setup GreptimeDB cluster on kubernetes using our command-line utility gtctl

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

Follow the instructions on how to setup a cluster with gtctl

Build from sources

Sources

Visit GreptimeDB's GitHub repo or clone using command below.

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

Follow the Build section from README to build GreptimeDB by yourself.

Docs

GreptimeDB User Guide
Docs about how to use and manage GreptimeDB.
User Docs
GreptimeDB Developer Guide
Docs about how GreptimeDB designed and developed.
Developer Docs

Dashboard

  • The Official UI for GreptimeDB.
  • Open source.
  • Including components for query, scripting, notebook, and etc.
  • Available as docker image.
GitHub

SDK