Installing Databend
Package Manager
- Ubuntu/Debian(old)
- Ubuntu/Debian(new)
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
caution
DEB822 Source Format
Supported by:
- Ubuntu Jammy (22.04) and later
- Debian Bookworm(12) and later
sudo curl -L -o /etc/apt/sources.list.d/datafuselabs.sources https://repo.databend.rs/deb/datafuselabs.sources
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
Go to Download Page and download the latest package for your platform.
Extract the installation package to a local directory.