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:
- Use setup script (quick and easy)
- Manually (advanced)
- Docker
git clone git@github.com:datafuselabs/databend.git
cd databend
make setup
- Step 1: Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Step 2: Install tools that we need
- python3
- docker
- mysql
docker pull datafuselabs/dev-container
Build​
make build
Test​
make test
Please refer to the Contributing to know more information about how to contribute to Databend.