Data visualization projects
shelomentsevd opened this issue · 2 comments
shelomentsevd commented
Some ideas for projects:
- Create an application which visualize facebook(or other social site) friends as graph, and shows statistics about friends.
- Salary visualization by data from job-search services.
sbelidhe commented
One can use Lost Circles - Facebook Graph Visualizer chrome extension to display Facebook friends visualization as graph. If we need to develop our own application we can use spring Facebook api to implement and for graphs we can integrate it with GraphViz library by passing the data retrieved from spring Facebook api
sbelidhe commented
For retrieving job board data one can use rest api provided by promptcloud and pass the data to GraphViz for visualization.Using this rest api we can retrieve data from indeed,monster,carrerbuilder but not from naukri which probhits to retrieve data.