Getting and Building Databend from source
note
Note that at least 16GB of RAM is required to build from source and run tests.
Install prerequisites
Databend is written in Rust, to build Databend from scratch you will need to install the following tools:
- Git
- Rust Install with rustup
Get the Databend code
git clone https://github.com/datafuselabs/databend
cd databend
Run make
make build-release
databend-query
and databend-meta
will be placed in the target/release
directory.