AnalyX is a desktop application developed in Java using JavaFX platform for the purpose of data analysis. It can be used for data analysis of data from a mall (i.e. mall database) and also to perform all the database related operations effectively. The database is implemented using MYSQL database.
It effectively make use of Javamail API for sending email and Twilio SMS API to send text-messages.
For analysis purpose it plots piechart,linechart and bargraphs based on the current data in the MYSQL database.
It allows fast & easy manipulations like insertion,modification,deletion of data present in the database. Moreover it also allows to execute any query on database from the front end with great use of exception handling.
-
JDK version : Java-8
-
APIs Used : Twilio SMS API, Javamail API