Giter VIP home page Giter VIP logo

frameql's Introduction

FrameQL

Overview

FrameQL is a Declearative language that takes SQL-ish language to perform video analytic

Structure of FrameQL language

A valid FrameQL program is a frameQLstatements. frameQL statements will consists of multiple frameQL statement. Each frameQLstatement can be either ddlStatement or dmlStatement, *** transactionStatement*** Since FrameQL will be used mainly for video exploratory purpose, we will focus on dmlStatement, specifically, selectStatement.

A selectStatement will contain querySpecification that starts with SELECT.

Each querySepcification will take the form of of:

     SELECT ***selectSpec*** ***selectElements***
    ***fromClause***  ***errorTolerenceExpression*** ***confLevelExpression***

Where selectSpec can be empty or DISTINCT.

selectElements is a list of attribltes from the table returned in fromClause

fromClause will take the form of

FROM tableSources WHERE (expressions)

Grammar for frameQL

We built a grammar using ANTLR

How to compile

Use ANTLR4 to construct the parser and the lexer

antlr4 -Dlanguage=Python3 *.g4 -o ../build

Compile all java files in build

Go to ../build and execute:


How to construct parse tree

in build, run:

grun frameQL root -gui

It will ask for inputs in the command prompt

Or we can provide input txt file via:

grun frameQL root -gui query.txt

In the end, grun will output the parse tree

Problems

No runtime environemnt

Just export CLASSPATH

export CLASSPATH=".:/usr/local/lib/antlr-4.7.1-complete.jar:$CLASSPATH"

frameql's People

Contributors

dearthas avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.