Skip to content

Final project for Database Design and Applications course using Java to access online data, communicate with SQL databases, and write to Excel.

Notifications You must be signed in to change notification settings

jelbirt/java-sql-dbProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Applications Project - Java/SQL Data Analysis

This data analysis program was created as a final project for CS286 - Database Applications to implement SQL Databases with Java code for data analysis.

First, a dataset was selected and database created/prepared to store the data. Each time the program is executed, it accesses the most recent version of the data at the .csv URL provided (by user) and loads this data into SQL. Several queries are executed using the PreparedStatement() Java method to minimize memory usage then output to an Excel or .csv file.

Going forward in development, more features are being considered as well as a version of the project in C++.

About

Final project for Database Design and Applications course using Java to access online data, communicate with SQL databases, and write to Excel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published