Code Monkey home page Code Monkey logo

tinysql_interpreter's Introduction

TinySQL Interpreter

Interface: Single User Text Based Iterative Interface.

Requisite: Java SE 1.8

How to Run

Steps:

  1. Open terminal (/command prompt) and go to "TinySQL_Interpreter" Project location.

  2. Run the following commands:

    javac -target 1.8 -source 1.8 -d ./out/ src/parser/.java src/storageManager/.java src/interpreter/*.java -Xlint:unchecked

    cd out/

    java -cp . interpreter/Main

  3. A text based interface will open with following options: Enter 1 for Single Query Input Enter 2 for uploading Input File Enter 0 to exit the interface

  4. Choose appropriate method and follow the instructions. The interface is iterative which means, after processing the given input it will present the above choices again for the next iteration.

  5. Processing the input queries may take a while depending on the input size. Please be patient.

  6. The output of individual iteration would be logged inside /out/Result.txt The output file Result.txt is rewritten on each iteration so make a copy if you need to persist the output. Note: It is better to open the output file in advanced editors instead of basic Notepad.

tinysql_interpreter's People

Contributors

may1sharma avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

yanzhenxiong

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.