data visualization from json

13
Cloud Computing Data Visualization (Team 30) Sambuddha Basu - Mohit Jain - Prithvi Deep Chawla - Sourabh Dhanotia 201301141 201202164 201405620 201405605

Upload: sourabh-dhanotia

Post on 09-Jan-2017

151 views

Category:

Data & Analytics


0 download

TRANSCRIPT

Page 1: Data Visualization from JSON

Cloud Computing

Data Visualization (Team 30)

Sambuddha Basu - Mohit Jain - Prithvi Deep Chawla - Sourabh Dhanotia

201301141 201202164 201405620 201405605

Page 2: Data Visualization from JSON

IntroductionWeb-application which enables the users to visualize different kinds of Data.

Page 3: Data Visualization from JSON

FunctionalitiesIt takes input data from user

present different kinds of visualizations as requested by the user

store them persistently for future references.

Allows users to view the visualizations in different perspectives of each type of data

Page 4: Data Visualization from JSON

Flow

Page 5: Data Visualization from JSON

FeaturesSupports various kinds of data formats

Allows user to mention all the details of visualizations required, within the data file itself.

Converts all formats into one unified JSON format

Stores the data as well as the visualizations details in NOSQL database MongoDB.

Supports Field based queries for retrieving previously drawn graphs

Page 6: Data Visualization from JSON

Screenshot1 : Upload File

Page 7: Data Visualization from JSON

Screenshot 2 : Plotted graph

Page 8: Data Visualization from JSON

Screenshot 3: Different fields of graph can be viewed

Page 9: Data Visualization from JSON

Screenshot 4: Query Section

Page 10: Data Visualization from JSON

Screenshot 5:Result of query retrieved and plotted

Page 11: Data Visualization from JSON

Technology StackPython with Flask framework

Charting APIs (c3.js , d3.js)

MongoDB for persistent storage

Page 12: Data Visualization from JSON

ReferencesD3.js : http://d3js.org/C3.js : http://c3js.org/Python Flask : http://flask.pocoo.orgMongoDB : https://www.mongodb.org/

Page 13: Data Visualization from JSON

Thank You