/risinglight-tutorial

Let's build an OLAP database from scratch! 🚧 UNDER CONSTRUCTION 🚧

Primary LanguageRustApache License 2.0Apache-2.0

RisingLight Tutorial

🚧🚧🚧🚧🚧🚧🚧 UNDER CONSTRUCTION 🚧🚧🚧🚧🚧🚧🚧

CI

This repo contains a series of tutorial that help you build an OLAP database system like RisingLight. The tutorial is currently only offered in Simplified Chinese. Let's build an OLAP database from scratch!

See it in Action!

View the tracking issue for the current progress.

Building

The documentation is written in mdBook.

To install mdBook:

cargo install mdbook mdbook-toc

Build the documentation:

cd docs
mdbook build

We provide complete codes for each task.

To build and test these codes:

cd code
cargo test