Skip to content

paranoidAndroid0124/comp3005_query_processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comp3005 Query Processor

It is a simple command line query processor in a sql-like format

data can be added directly to data.json file

Example

Select

SELECT column1 column2 FROM table

Projection

PROJECT column3 FROM table

Join

JOIN table1 table2

Intersection

INTERSECTION table1 table2

Union

UNION table1 table2

Minus

UNION table1 table2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages