Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.04 KB

🚧🚧🚧🚧🚧🚧🚧 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