Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 478 Bytes

File metadata and controls

12 lines (11 loc) · 478 Bytes

SC4023 Big Data Management Group Project

HDB Resale Flat Column-Store Query System

Steps to Run

  1. Compile all .java files
    • Navigate to the engine directory: cd engine
    • Compile files: javac *.java
  2. Run the engine: java Main
  3. View the results in the scan_data directory
  4. Run the row-based python validator to check that all results are as expected
    • Navigate to the validator directory: cd ..
    • Run the validator: python validator.py