Skip to content

sfu-db/qParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

A simple SQL parser built using Apache Calcite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published