Skip to main content

Getting Started

Let's start your Databend journey!

There's a lot to learn, but every journey starts somewhere. In this section, we will learn how to get started with Databend.

Setup​

First, we need to get our development environment ready. Please pick your favorite style to get started with:

git clone git@github.com:datafuselabs/databend.git
cd databend
make setup

Build​

make build

Test​

make test

Please refer to the Contributing to know more information about how to contribute to Databend.