Skip to content

milanmitreski/QueryConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Query Converter

Tool for converting SQL queries to MongoDB queries and executing them.

Usage

After cloning the repo, first change the MongoDB connection variables inside src/utils/Constants.java to match your database access credentials, then run:

mvn clean package

The resulting .jar file (named <resultingJar>) will be located in the target directory. After that, launch the app with:

java -jar <resultingJar>

Notes

This project was developed for the purposes of Databases exam at the Faculty of Computing. Changes could be made, especially regarding usage configuration.

About

SQL to MongoDB query converter and executor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages