Skip to content

dtsdwarak/stack_exchange_heatmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack Exchange HeatMap

What is it?

This application generates a heatmap of various technologies across the world from StackExchange Dump. The stackexchange dump was parsed and stored as a MySQL database the dump of which is also available.

Technologies Used

  • A Java servlet app engine
  • MySQL database
  • HeatMaps.js
  • SAX Parser to parse raw XML data

How to restore the database dump

  • Create an empty database by the name 'stack_exchange' (or anyother name in which case you might have to edit the java file) in your MySQL server.
  • Dump the sql file into your server using
$ mysql -u <username> -p<password> stack_exchange < stack_exchange.sql

Screenshots

Home screen Home App View Screen1 Another App View Screen2


Made at Indix's DataMonster Hackathon by Sai Pranav, Harini and I

About

Heatmap of technologies across the world from Stack Exchange data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published