Skip to content

A small coverage google app crawler and visualization in Java

Notifications You must be signed in to change notification settings

xingyz/app_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

App Visualizer

In this school project, We implemented a small data visualization tool for app info stored in CSV.

It provides a visualized analysis on the developer's level, for example: display the average rating for each developer. It is complemented by another project (google_app_crawler_analyzer )which has info about an individual app.

In order to run this program, you need 4 libraries: jcommons, jfreechart, kxml and xstream.

The app supports two types of analysis, list and chart.

alt tag alt tag

You have to choose a base element and an aggregate element. For example, 'developers' as base and 'total number of apps' as aggregate will give you the number of apps for each developer. You can also order the result in both orders.

About

A small coverage google app crawler and visualization in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages