adamloving / dimensions

Hacking Seattle News

Home Page:http://dimensions.heroku.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Dimensions?

This web application is the winning entry from the King5 News Hackathon held October 14-16th in Seattle, WA. The application is a local news aggregator with highly customizable filtering system.

http://hackingseattlenews.com/2011/10/slides-from-the-winning-presentation/

Authors

Prerequisites

This project uses

Elastic Search Notes

ruby script/es/load_es.rb http://IP:9200/ && ruby script/es/load_file.rb data/articles.json http://IP:9200/

  • load_es - builds out schema for es. First arg is host
  • load_file - parses json file and build out ES json. first arg file second arg host

Hosts default to local if not present

About

Hacking Seattle News

http://dimensions.heroku.com


Languages

Language:JavaScript 71.7%Language:Ruby 19.0%Language:Python 5.0%Language:CoffeeScript 4.3%