deprecated attempt to build proactive document cache
Go to file
2011-09-20 14:55:17 -04:00
oyster revert default retry_wait_minutes 2011-09-20 14:55:17 -04:00
.gitignore gitignore 2011-08-05 16:47:08 -04:00
LICENSE LICENSE 2011-08-04 11:40:37 -04:00
README.rst have celery settings rely on oyster settings 2011-09-20 11:43:44 -04:00
requirements.txt replace oysterd with celery 2011-08-05 19:09:33 -04:00

======
oyster
======

oyster is a service for tracking regularly-accessed pages, a sort of proactive cache.

It features a daemon, a command line client for interacting with the tracking list, and a web frontend for viewing the status.

oyster was created by James Turk for `Sunlight Labs <http://sunlightlabs.com>`_.

Source is available via `GitHub <http://github.com/sunlightlabs/oyster/>`_

## ADD PyPI link after release

Installation
============

Requirements
------------

* python 2.7
* mongodb 1.8
* pymongo 1.11
* scrapelib

Usage
=====

* Run celeryd with beat ``celeryd -B --config=oyster.celeryconfig``
* Run oyster HTTP portal ``python oyster/web.py``