Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.
Wan Shen Lim edited this page Oct 20, 2020 · 5 revisions

Welcome to the NoisePage wiki!

Quickstart

You need to be on Ubuntu 20.04 or macOS.

git clone https://github.com/cmu-db/noisepage.git
sudo ./script/installation/packages.sh
mkdir build
cd build
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug -DNOISEPAGE_USE_ASAN=On -DNOISEPAGE_UNITY_BUILD=On
ninja noisepage
./bin/noisepage

You can now connect to NoisePage over the Postgres client psql.

psql -h localhost -U terrier -p 15721

Clone this wiki locally