Navigation Menu

Skip to content

maxdemarzi/neo_news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neo_news

A POC Neo4j Application about the News

Description

We are getting the news from FeedZilla, see their REST API for details.

We are using AlchemyAPI for named entity extraction, see their Entity Extraction API for details.

Installation

git clone git://github.com/maxdemarzi/neo_news.git
bundle install (run gem install bundler if you don't have bundler installed)
sudo apt-get install redis-server or brew install redis or install redis manually
rake neo4j:install
rake neo4j:start
rake neo4j:create
export REDISTOGO_URL="redis://127.0.0.1:6379/"
export ALCHEMY_API="your alchemy api key"
foreman start
rake neonews:collect

On Heroku

git clone git://github.com/maxdemarzi/neo_news.git
heroku apps:create neonews
heroku addons:add neo4j
heroku addons:add redistogo

git push heroku master
heroku ps:scale worker=1
heroku run rake neo4j:create
heroku run rake neonews:collect

See it running live at http://neonews.heroku.com

About

A POC Neo4j Application about the News

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published