Skip to content

selmantayyar/GuardianRestClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

This is a standalone java application connecting to The Guardian Open Data platform.It is fetching data in JSON format and persisting it to a configured couchbase db bucket.

PREREQUISITES

- Install Couchbase.http://www.couchbase.com/download

CONFIGURATION

- Edit couchdbconf.properties file accordingly to point to your couchbase instance and bucket.Leave password field empty unless you have one.

BUILDING

- mvn clean package

RUNNING

- run java -jar GuardianRestClient-$version.jar  on command line.

This will bring and store a configurable number of  articles starting from 2012 to today from Guardian Open Platform.If
you want to change date and volume,code is annotated adequately with required information.You can change and test very quickly.

About

Java application to retrieve data from guardian open data platform and persist in couchdb.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages