Installing Databend
Package Manager
- Ubuntu/Debian
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
Docker
All-in-one docker image
https://hub.docker.com/r/datafuselabs/databend
备注
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
备注
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.