Skip to content

Latest commit

 

History

History
98 lines (71 loc) · 4.69 KB

README.md

File metadata and controls

98 lines (71 loc) · 4.69 KB

Overview

This project is a modified fork of the Stanford Redbase. We'll be working to implement the Indexing Component to add an R-Tree index to it. Please have a look at the instructions here.

Useful tools

  • CMake: To generate build configurations.
  • Ninja: A build tool written by the Chromium project.
  • Valgrind: For detecting memory leaks.
  • GNU Flex and Bison: Used to implement the Query Language component.
  • CTags: Great for navigating code.

Special Thanks

Yifei Huang (yifeih@cs.stanford.edu)