π§π§π§π§π§π§π§ UNDER CONSTRUCTION π§π§π§π§π§π§π§
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!
View the tracking issue for the current progress.
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