Skip to main content

Installing Databend

Package Manager


curl -L -o /usr/share/keyrings/datafuselabs-keyring.gpg https://repo.databend.rs/deb/datafuselabs.gpg
curl -L -o /etc/apt/sources.list.d/datafuselabs.list https://repo.databend.rs/deb/datafuselabs.list

apt update

apt install databend

Docker

All-in-one docker image

https://hub.docker.com/r/datafuselabs/databend

note

Designed for local testing, CI, etc.

Refer to DockerHub Readme for detailed usage.

Separated service image

https://hub.docker.com/r/datafuselabs/databend-meta

https://hub.docker.com/r/datafuselabs/databend-query

note

Designed for production, mostly used by Kubernetes, Helm Chart.

Refer to Deploying Databend on Kubernetes for detailed usage.

Manually Download

  1. Go to Download Page and download the latest package for your platform.

  2. Extract the installation package to a local directory.