Synopsis
Dota-Sight is a opponent intelligence tool for the popular game DotA 2. Given a server log entry upon joining a game (when a match is found), our app parses the log and pulls player character specific history from the site www.dotabuff.com. With the stats, combined with general aggregate date for player agnostic statistics, we supply some prediction algorithms of a side’s win rate based on the current team lineup.
You can find a copy of the live app on Heroku at http://dota-sight.herokuapp.com, and the repository at https://github.com/dkstevekwak/dota.
Features:
- Server side caching with memcached for general character data
- Angular interface for selecting characters and real-time calculated stats
- Production/Development servers used to test features before pushing live
- Data crawling/parsing with Node.js
- Google Analytics implemented with ui-router compatability as we tested app with live users 2 days after starting
Tools used:
Gulp, AngularUI Router, Lodash, cheerio, Memcached, request, RegEx, async, Mongoose, Google Analytics, Heroku, Bootstrap, MongoDB, ExpressJS, AngularJS, and Node.js.
Expansion:
Further improved to automate server_log.txt parsing through an Autohotkey script and node-webkit client. Details on the process are here.