/qParser

A simple SQL parser built using Apache Calcite.

Apache License 2.0Apache-2.0

qParser

A simple parser based on Apache Calcite.

Dependency

  • Java Development Kit(JDK) (version 17)
  • Apache Maven 3.8.9

Follow the installation instructions for your OS to install JDK and Maven.

Installation

  1. Clone the Project
git clone git@github.com:sfu-db/qParser.git
cd qParser
  1. 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