Skip to main content

Installing Databend

Package Manager


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

sudo apt update

sudo apt install databend
tip

To run databend:

  • sudo systemctl start databend-meta
  • sudo systemctl start databend-query

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.