Skip to content

The web application is designed to take the query given by the user as input and execute it on the data stored on our AWS. It connects to MySQL, RedShift, MongoDB databases on the server. The user is required to make this choice along with choosing either of the databases(Instacart, Adnimerge) for the query to be executed on. The query is then proc

Notifications You must be signed in to change notification settings

nooriaali9/SQLExecutor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issues last commit total lines

SQL Executor

This project is part of the course CS-527 at Rutgers University.

The web application is designed to take the query given by the user as input and execute it on the data stored on our AWS. It connects to MySQL, RedShift, MongoDB databases on the server. The user is required to make this choice along with choosing either of the databases(Instacart, Adnimerge) for the query to be executed on. The query is then processed and its output is then displayed on the interface for the user to view. We have also included functionality for the user to view the ER diagram of the dataset when required.

Installation

Few things required before getting started with the project:

  1. Simply checkout the project
  2. Configure IDE to point to the required gradle version
  3. Voila! Project is ready to run - gradle bootrun

Tech Stack

springboot Spring Boot
mongo Amazon Web Services
mysql MySQL
mongo MongoDB
html CSS3
css HTML 5
js JavaScript
gradle Gradle

Developers:


Karan Bheda

Nooria Ali


Arathi Reghukumar


Vipul Ishwarchandra Gharde


Rishika Bhanushali


Samyuktha Gopalsamy

About

The web application is designed to take the query given by the user as input and execute it on the data stored on our AWS. It connects to MySQL, RedShift, MongoDB databases on the server. The user is required to make this choice along with choosing either of the databases(Instacart, Adnimerge) for the query to be executed on. The query is then proc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.5%
  • Java 20.8%
  • CSS 11.3%
  • HTML 8.4%