karan / Projects

:page_with_curl: A list of practical projects that anyone can solve in any programming language.
https://twitter.com/karangoel
MIT License
45.06k stars 10.57k forks source link

Data visualization projects #96

Open shelomentsevd opened 8 years ago

shelomentsevd commented 8 years ago

Some ideas for projects:

  1. Create an application which visualize facebook(or other social site) friends as graph, and shows statistics about friends.
  2. Salary visualization by data from job-search services.
sbelidhe commented 6 years ago

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 6 years ago

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.