LandRegistry/the-feeder-alpha

Name: the-feeder-alpha

Owner: HM Land Registry

Description: A feed builder from system of record for frontend systems

Created: 2014-06-18 10:11:00.0

Updated: 2015-01-28 07:40:49.0

Pushed: 2014-12-19 16:56:24.0

Homepage: null

Size: 900

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

The Feeder

Build Status

Coverage Status

Worker process to consume title json from queue.

Dependencies

Redis

Install Redis
 install redis
Start Redis
s-sever
This application requires the following environment variables
INGS
S_QUEUE_KEY
S_HOST
INGS
S_QUEUE_KEY
S_URL
IC_SEARCH_API_URL
IC_SEARCH_API_ENDPOINT
API_URL
API_ENDPOINT
ENTICATED_SEARCH_API_URL
ENTICATED_SEARCH_API_ENDPOINT

local development example:

rt SETTINGS='DEVELOPMENT'
rt REDIS_QUEUE_KEY='titles_queue'
rt REDIS_URL='localhost'
rt PUBLIC_SEARCH_API_URL='http://localhost:8003'
rt PUBLIC_SEARCH_API_ENDPOINT='/load/public_titles'
rt AUTHENTICATED_SEARCH_API_URL='http://localhost:8003'
rt AUTHENTICATED_SEARCH_API_ENDPOINT='/load/authenticated_titles'
rt GEO_API_URL='http://localhost:8003'
rt GEO_API_ENDPOINT='/titles/<title_number>'
rt REDIS_QUEUE_KEY='titles_queue'
rt REDIS_HOST='redis://user:@localhost:6379'
Run the application
man start

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.