A simple parser based on Apache Calcite.
- Java Development Kit(JDK) (version 17)
- Apache Maven 3.8.9
Follow the installation instructions for your OS to install JDK and Maven.
- Clone the Project
git clone [email protected]:sfu-db/qParser.git
cd qParser
- Build the Project
Use Maven to compile and package the project. This will also download and manage all dependencies defined in the pom.xml file.
mvn compile
mvn package