Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 321 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 321 Bytes

Simple analytics on Hacker News front page stories. See http://edc.github.com/hnfp/.

To run your own analysis, follow these steps.

  1. Install MongoDB
  2. Untar the dump: tar -xjf hn.tar.bz2
  3. Run make dbrestore to restore the dump to your local MongoDB
  4. Adjust hn-stat.mongo.js and index.html.t
  5. Run make