Skip to content

Analysis of Postgres database using JDBC SQL queries and gnuplot, graphviz, and LaTeX APIs

Notifications You must be signed in to change notification settings

MichaelRoytman/DatabaseTrends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DatabaseTrends

##Analysis of Postgres database using JDBC SQL queries and gnuplot, graphviz, and LaTeX APIs

Part1.java contains code to query the databse via JDBC, extract information with a SQL query, and use a gnuplot API to display supplies sales by region. Part1.png is the corresponding output of the Java program to gnuplot.

Part2.java contains code to query the database via JDBC, extract information with a SQL query, and use a graphviz API to display trade relationships between regions. Part2.png is the correspoding output of the Java program to graphviz.

Part3.java contains ode to query the database via JDBC, extract information with a SQL query, and use a LaTeX API to generate purchase orders for the minimum price of items in the database. Part3.pdf is the corresponding output of the Java program to LaTeX.

About

Analysis of Postgres database using JDBC SQL queries and gnuplot, graphviz, and LaTeX APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages