Skip to content

mehradae/RedBase-Spatial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)