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.
- A Java servlet app engine
- MySQL database
- HeatMaps.js
- SAX Parser to parse raw XML data
- 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
Home screen App View Another App View
Made at Indix's DataMonster Hackathon by Sai Pranav, Harini and I