data visualization project b.tech major project project guide dr. naresh nagwani project team...

18
Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

Upload: rolf-henry

Post on 31-Dec-2015

220 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

Data Visualization ProjectB.Tech Major Project

Project GuideDr. Naresh Nagwani

Project Team MembersPawan SinghSumit Guha

Page 2: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

What is Data Visualisation ?

Data Visualisation is the graphical representation

of information. Bar charts, scatter graphs, and

maps are examples of simple data visualizations

that have been used for decades.

Technology combines the principles of visualization

with powerful applications and large data sets to

create sophisticated images and animations.

Page 3: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

Who is doing it ?

Data Visualizations have been used by instructors and presenters to help understand concepts more quickly and deeply.

Data Visualizations help in understanding the core concept in nutshell which makes it so popular in current context of Knowledge World.

Page 4: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

Why Data Visualization?

Computer system generate and store massive and growing amounts of data. Data visualizations offer one way to harness this infrastructure to find trends and correlations that can lead to important discoveries.

Representing large amounts of disparate information in a visual form often allows you to see patterns that would otherwise be buried in vast, unconnected data sets.

Page 5: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

The ProjectThe basic aim of this project is to draw visualizations from the relational databases i.e. the data into charts and graphs which make it a better and more presentable fashion.

Databases

Set of APIsVisualizations

Page 6: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

APIs used in the Project

HIBERNATE Visualization API

Java API for XML ParsingFusion Charts API

Page 7: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

Working of Project

Database

Database

Database

HibernateJava API for XML

Parsing

Google Visualization

API

Fusion Charts

Web Application

User Requests

Page 8: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

Prerequisites for deploying Project

Apache Tomcat Application Server

Java Runtime Environment 6

A Web Browser

A Screen with minimum 1024 X 768 resolution support

Flash Player

Page 9: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

Deployment of ProjectPut the project files in Apache Tomcat Application Server

Save the configuration and mapping files in Project Folder present

Run the Project from Apache Tomcat Web Application Interface

Page 10: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

Visualizations achieved in the Project

BAR GRAPH

Page 11: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

PIE CHART

Page 12: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

DOUGHNUT GRAPH

Page 13: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

MULTI SERIES GRAPH

Page 14: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

LINE GRAPH

Page 15: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

MULTI LINE GRAPH

Page 16: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

Open Source Initiative

We have made our project as a Open Source Project

Entire code together with documentation is uploaded on sourceforget.net for enthusiasts who want to improve it or utilize it some other manner

URL : www.sourceforge.net/projects/onlinedatavisualization

Page 17: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

Project Goals from Original SRS

Implementation of Hibernate on various Databases Implementation of XML Parsing Implementation of Data Visualization on requested table Implementing interaction with created visuals Ability to print visuals at any stage

Achieved Goals

Unachieved Goals

• Ability to embed visuals in other applications• Implementation of proper reporting tools to use visuals

Page 18: Data Visualization Project B.Tech Major Project Project Guide Dr. Naresh Nagwani Project Team Members Pawan Singh Sumit Guha

Conclusion

Data Visualization is solution for visual representation of data with the goal of providing the viewer with a qualitative understanding of the information contents.

Data Visualization is very useful to serve as presentation tool to represent statistics in a presentable and glossier way than database tables

As there is no end to converting data to visuals; so in future more and more visualizations will be added and transformation of more complex data into interactive and eye-catching visualizations can be done.